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).
This commit is contained in:
Robby Workman 2021-04-04 23:42:01 -05:00
parent 9cd55c9ae2
commit 88bb400532

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# SlackPkg - An Automated packaging tool for Slackware Linux # SlackPkg - An Automated packaging tool for Slackware Linux
# Copyright (C) 2003-2011 Roberto F. Batista, Evaldo Gardenali # Copyright (C) 2003-2011 Roberto F. Batista, Evaldo Gardenali