projects
/
barrelfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
hake.sh: add missing space in bash test
[barrelfish]
/
hake
/
hake.sh
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