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:
B. Watson 2024-07-15 04:33:45 -04:00 committed by Willy Sudiarto Raharjo
parent e854f88de3
commit 6b31da4a2d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -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