From: mb Date: Tue, 2 Nov 2010 21:58:24 +0000 (+0000) Subject: deptest: Add shbang X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c170bb0a1a542c590e339c5bb022d2e0be10f89b;p=openwrt.git deptest: Add shbang git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23804 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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"