projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
130828a
)
deptest: Add shbang
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Nov 2010 21:58:24 +0000
(21:58 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Nov 2010 21:58:24 +0000
(21:58 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23804
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/deptest.sh
patch
|
blob
|
history
diff --git
a/scripts/deptest.sh
b/scripts/deptest.sh
index
4ce7c71
..
ab54b51
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"