This website works better with JavaScript
Home
Explore
Help
Register
Sign In
OpenWrt
/
openwrt
mirror of
https://github.com/openwrt/openwrt.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
scripts/ipkg-make-index.sh: use bash instead of /bin/sh to fix use of [[ ]]
SVN-Revision: 31708
Felix Fietkau
13 years ago
parent
679b6a0722
commit
a243cb1735
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
scripts/ipkg-make-index.sh
+ 1
- 1
scripts/ipkg-make-index.sh
View File
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/
usr/
bin/
env ba
sh
set -e
pkg_dir=$1