From: Michael Büsch Date: Tue, 2 Nov 2010 21:58:24 +0000 (+0000) Subject: deptest: Add shbang X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6bb89b547a82ab0869620fcb59beb688f05aefaf;p=openwrt%2Fstaging%2Fjow.git deptest: Add shbang SVN-Revision: 23804 --- 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"