aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ipkg-make-index.sh
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-13 16:29:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-13 16:29:39 +0000
commita243cb1735cd8f3adc77eeb490febd8b8989ca3f (patch)
tree1665a19c2d1bfe6135591782a0c3c12130a414bd /scripts/ipkg-make-index.sh
parent679b6a0722f83fdaac843566fedc8635e2761be1 (diff)
downloadupstream-a243cb1735cd8f3adc77eeb490febd8b8989ca3f.tar.gz
upstream-a243cb1735cd8f3adc77eeb490febd8b8989ca3f.tar.bz2
upstream-a243cb1735cd8f3adc77eeb490febd8b8989ca3f.zip
scripts/ipkg-make-index.sh: use bash instead of /bin/sh to fix use of [[ ]]
SVN-Revision: 31708
Diffstat (limited to 'scripts/ipkg-make-index.sh')
-rwxr-xr-xscripts/ipkg-make-index.sh2
1 files changed, 1 insertions, 1 deletions
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