1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-29 00:01:59 +03:00

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-a3cf2f4a3e73
This commit is contained in:
nbd 2012-05-13 16:29:39 +00:00
parent 3ad338f697
commit 7417c040c7

View File

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