From: nbd Date: Sun, 13 May 2012 16:29:39 +0000 (+0000) Subject: scripts/ipkg-make-index.sh: use bash instead of /bin/sh to fix use of [[ ]] X-Git-Tag: fast2504n-3.10.28-merged~6084 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=7417c040c77b993e0be73676e2edaef37b99082f;p=openwrt.git 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 --- diff --git a/scripts/ipkg-make-index.sh b/scripts/ipkg-make-index.sh index a529f28ef5..31b4327da3 100755 --- a/scripts/ipkg-make-index.sh +++ b/scripts/ipkg-make-index.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash set -e pkg_dir=$1