deptest: Add shbang

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23804 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Michael Büsch
2010-11-02 21:58:24 +00:00
parent 26dd03e83f
commit e81f40a3ad

View File

@@ -1,3 +1,5 @@
#!/bin/bash
DIR="$PWD/tmp/deptest"
STAMP_DIR="$DIR/stamp"
BUILD_DIR="$DIR/build"