projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
679b6a0
)
scripts/ipkg-make-index.sh: use bash instead of /bin/sh to fix use of [[ ]]
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 May 2012 16:29:39 +0000
(16:29 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 May 2012 16:29:39 +0000
(16:29 +0000)
SVN-Revision: 31708
scripts/ipkg-make-index.sh
patch
|
blob
|
history
diff --git
a/scripts/ipkg-make-index.sh
b/scripts/ipkg-make-index.sh
index a529f28ef5355d0ad8c09c8420756f2b8034abe3..31b4327da34ccfeb8f190f064cd8ac0e50bed185 100755
(executable)
--- a/
scripts/ipkg-make-index.sh
+++ b/
scripts/ipkg-make-index.sh
@@
-1,4
+1,4
@@
-#!/
bin/
sh
+#!/
usr/bin/env ba
sh
set -e
pkg_dir=$1