scripts/ipkg-make-index.sh: use bash instead of /bin/sh to fix use of [[ ]]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31708 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
4472c6f51b
commit
42fa7d020e
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
pkg_dir=$1
|
||||
|
|
Loading…
Reference in New Issue