diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-15 04:33:45 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-20 08:09:11 +0700 |
commit | 6b31da4a2d233a3b0c5e96a483ef752e3fa65feb (patch) | |
tree | 3d56a971c1ac613b6fc605f5dfd12b7ae5459309 /office/Ted | |
parent | e854f88de33762fb9c9685cdb6ddc08b7a0aa049 (diff) |
office/Ted: Replaced backtick cmdsub.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/Ted')
-rw-r--r-- | office/Ted/Ted.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/Ted/Ted.SlackBuild b/office/Ted/Ted.SlackBuild index 9c26c8cfbd88..210b03be6e8f 100644 --- a/office/Ted/Ted.SlackBuild +++ b/office/Ted/Ted.SlackBuild @@ -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 |