aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-15 02:35:55 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-20 08:09:04 +0700
commitc0230afc6ec50b08f367b807bff5fb93f15c5742 (patch)
tree1f8b4c67f887d6d4230113f5f1847d9785e9818d
parenta71da0dfbe5cc0f1b91c8fa054acc5db320fe77b (diff)
development/gambas3: Replaced backtick cmdsub.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/gambas3/gambas3.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild
index 14afb8db307e..1c40de3d0bbd 100644
--- a/development/gambas3/gambas3.SlackBuild
+++ b/development/gambas3/gambas3.SlackBuild
@@ -68,7 +68,7 @@ fi
set -e
#check updated for slackware 15 for new package location
-if [ "x`ls -H /var/lib/pkgtools/packages|grep ^$PRGNAM|wc -l`" = "x1" ]; then
+if [ "x$( ls -H /var/lib/pkgtools/packages|grep ^$PRGNAM|wc -l )" = "x1" ]; then
#current installs of gambas should be uninstalled before
#attempting to create this gambas3 package
echo "you must uninstall $PRGNAM before creating package $PRGNAM ver $VERSION"