projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12dfecd
)
deptest: Add shbang
author
Michael Büsch
<mb@bu3sch.de>
Tue, 2 Nov 2010 21:58:24 +0000
(21:58 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Tue, 2 Nov 2010 21:58:24 +0000
(21:58 +0000)
SVN-Revision: 23804
scripts/deptest.sh
patch
|
blob
|
history
diff --git
a/scripts/deptest.sh
b/scripts/deptest.sh
index 4ce7c7180a8dedf2201eaa0a9e72d78007a7bed4..ab54b513d810185d0ea47ceff9aa5ca7b67a9ccf 100755
(executable)
--- 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"