summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2021-04-04 23:42:01 -0500
committerRobby Workman <rworkman@slackware.com>2021-04-04 23:42:01 -0500
commit88bb40053273c50a5b6ba9c287b9af3408b1bec5 (patch)
treec7ac0f050a856879c2c3126c2796a5b91d9e19e8
parent9cd55c9ae2e6c15b2557749ba9f5099606f6ed56 (diff)
downloadslackpkg-88bb40053273c50a5b6ba9c287b9af3408b1bec5.tar.xz
files/slackpkg: replace #!/bin/sh with #!/bin/bash
From Eugen Wissner: /usr/sbin/slackpkg claims to be a /bin/sh script, but it is not, since it contains bashisms (bash arrays in the configuration, bash functions).
-rw-r--r--files/slackpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/slackpkg b/files/slackpkg
index 2553191..213263c 100644
--- a/files/slackpkg
+++ b/files/slackpkg
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# SlackPkg - An Automated packaging tool for Slackware Linux
# Copyright (C) 2003-2011 Roberto F. Batista, Evaldo Gardenali