summaryrefslogtreecommitdiff
path: root/openwrt/scripts
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-10 21:06:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-10 21:06:45 +0000
commitddc55842445a938f3271fec0ebc768a373fa071a (patch)
treed4a81ad0d5e48d6595451730383a3d14795e1355 /openwrt/scripts
parent10db4ed4cce4fb8e0c2a2c7b0261071afc8b5994 (diff)
downloadmtk-20170518-ddc55842445a938f3271fec0ebc768a373fa071a.zip
mtk-20170518-ddc55842445a938f3271fec0ebc768a373fa071a.tar.gz
mtk-20170518-ddc55842445a938f3271fec0ebc768a373fa071a.tar.bz2
more portability fixes and a prereq check for gnu tar
SVN-Revision: 5037
Diffstat (limited to 'openwrt/scripts')
-rwxr-xr-xopenwrt/scripts/make-ipkg-dir.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/scripts/make-ipkg-dir.sh b/openwrt/scripts/make-ipkg-dir.sh
index 236cb6f..902a4b5 100755
--- a/openwrt/scripts/make-ipkg-dir.sh
+++ b/openwrt/scripts/make-ipkg-dir.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
BASE=http://svn.openwrt.org/openwrt/trunk/openwrt
TARGET=$1
CONTROL=$2