scripts/ipkg-make-index.sh: use bash instead of /bin/sh to fix use of [[ ]]

SVN-Revision: 31708
owl
Felix Fietkau 2012-05-13 16:29:39 +00:00
parent 679b6a0722
commit a243cb1735
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
set -e set -e
pkg_dir=$1 pkg_dir=$1