From: Felix Fietkau 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-Url: http://207.154.207.93/?a=commitdiff_plain;h=42fa7d020e7ceac68fc14e49fa11b90a2ae7fa21;p=15.05%2Fopenwrt.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