aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deptest.sh
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2010-11-02 21:58:24 +0000
committerMichael Büsch <mb@bu3sch.de>2010-11-02 21:58:24 +0000
commite81f40a3ad301bd5b881664baf4c199427e7e944 (patch)
tree21123a39e404add36dd802907d5bee3d96159e40 /scripts/deptest.sh
parent26dd03e83f2bf44a354020e1477279f1d237c5d2 (diff)
downloadmaster-187ad058-e81f40a3ad301bd5b881664baf4c199427e7e944.tar.gz
master-187ad058-e81f40a3ad301bd5b881664baf4c199427e7e944.tar.bz2
master-187ad058-e81f40a3ad301bd5b881664baf4c199427e7e944.zip
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 4ce7c7180a..ab54b513d8 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"