office/Ted: Replaced backtick cmdsub.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e854f88de3
commit
6b31da4a2d
|
@ -119,7 +119,7 @@ mv $PKG/usr/share/man/man1/Ted.1.gz $PKG/usr/man/man1/
|
|||
rm -rf $PKG/usr/share/man/
|
||||
|
||||
# a couple of useful scripts to fix and convert documents
|
||||
for F in `ls $PKG/usr/share/Ted/examples/`
|
||||
for F in $( ls $PKG/usr/share/Ted/examples/ )
|
||||
do
|
||||
mv $PKG/usr/share/Ted/examples/$F $PKG/usr/bin/$(basename -s .sh $F)
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue