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://git.lede-project.org./?a=commitdiff_plain;h=4845350d5ba69cd603e79e41f5f9f47ed8a4ff78;p=openwrt%2Fsvn-archive%2Farchive.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