projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(from parent 1:
d9ab987
)
hake.sh: add missing space in bash test
author
Kornilios Kourtis
<kkourt@inf.ethz.ch>
Wed, 7 Sep 2011 07:50:34 +0000 (09:50 +0200)
committer
Kornilios Kourtis
<kkourt@inf.ethz.ch>
Wed, 7 Sep 2011 07:50:34 +0000 (09:50 +0200)
hake/hake.sh
patch
|
blob
|
history
diff --git
a/hake/hake.sh
b/hake/hake.sh
index
c56f4c5
..
8d1071b
100755
(executable)
--- a/
hake/hake.sh
+++ b/
hake/hake.sh
@@
-67,7
+67,7
@@
while [ $# -ne 0 ]; do
shift
done
-if [ -z "$INSTALLDIR"] ; then
+if [ -z "$INSTALLDIR" ] ; then
echo "Install directory defaulting to '.'"
INSTALLDIR="."
else