aboutsummaryrefslogtreecommitdiff
path: root/games/zsnes
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-15 02:41:57 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-20 08:09:05 +0700
commite1828c69ee4f28f82773e4788b4856a37c8d9cac (patch)
tree2f75eba7a29966159836a58fe203e146521de453 /games/zsnes
parenta4912d14cf1011184f1135c2c43bb229f80ac483 (diff)
games/zsnes: Replaced backtick cmdsub.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/zsnes')
-rw-r--r--games/zsnes/zsnes.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/zsnes/zsnes.SlackBuild b/games/zsnes/zsnes.SlackBuild
index 40508e9927d18..653e7fefa0429 100644
--- a/games/zsnes/zsnes.SlackBuild
+++ b/games/zsnes/zsnes.SlackBuild
@@ -53,7 +53,7 @@ fi
if [ "$MULTI" = "yes" ]; then
echo "=== Attempting multilib build on $OLDARCH..."
- CTEST=$TMP/`mcookie`.c
+ CTEST=$TMP/$( mcookie ).c
echo 'main(){}' > $CTEST
if ! gcc -w -m32 -o /dev/null $CTEST 2>/dev/null; then
echo "*** You don't have multilib installed, bailing."