scripts/ipkg-make-index.sh: use bash instead of /bin/sh to fix use of [[ ]]
authorFelix Fietkau <nbd@openwrt.org>
Sun, 13 May 2012 16:29:39 +0000 (16:29 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 13 May 2012 16:29:39 +0000 (16:29 +0000)
SVN-Revision: 31708

scripts/ipkg-make-index.sh

index a529f28ef5355d0ad8c09c8420756f2b8034abe3..31b4327da34ccfeb8f190f064cd8ac0e50bed185 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 set -e
 
 pkg_dir=$1
 set -e
 
 pkg_dir=$1