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-Tag: reboot~13948 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a243cb1735cd8f3adc77eeb490febd8b8989ca3f;p=openwrt%2Fstaging%2Fchunkeey.git scripts/ipkg-make-index.sh: use bash instead of /bin/sh to fix use of [[ ]] SVN-Revision: 31708 --- 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