summaryrefslogtreecommitdiffstats
path: root/scripts/deptest.sh
diff options
context:
space:
mode:
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-02 21:58:24 +0000
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-02 21:58:24 +0000
commitc170bb0a1a542c590e339c5bb022d2e0be10f89b (patch)
tree21123a39e404add36dd802907d5bee3d96159e40 /scripts/deptest.sh
parent130828a77892a1505b98e82eb4c9c9929c1315d8 (diff)
deptest: Add shbang
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23804 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/deptest.sh')
-rwxr-xr-xscripts/deptest.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/deptest.sh b/scripts/deptest.sh
index 4ce7c7180..ab54b513d 100755
--- a/scripts/deptest.sh
+++ b/scripts/deptest.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
+
DIR="$PWD/tmp/deptest"
STAMP_DIR="$DIR/stamp"
BUILD_DIR="$DIR/build"