mirror of
https://github.com/rworkman/slackpkg
synced 2024-12-25 21:58:42 +01:00
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:
parent
9cd55c9ae2
commit
88bb400532
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue