aboutsummaryrefslogtreecommitdiff
path: root/contrib/cross.sh
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-11-21 23:50:31 +0000
committerNick Mathewson <nickm@torproject.org>2006-11-21 23:50:31 +0000
commitd97c759138c47ad3428467c8626a7f316f4dae10 (patch)
tree50f86c1f7c704ca512c9d45900550ab81c85421f /contrib/cross.sh
parentfacc49cf6f9fe2375f1c15a8caff92d904b52edd (diff)
downloadtor-d97c759138c47ad3428467c8626a7f316f4dae10.tar
tor-d97c759138c47ad3428467c8626a7f316f4dae10.tar.gz
r9372@totoro: nickm | 2006-11-21 10:59:47 -0500
Small cross-compilation fixes. svn:r8980
Diffstat (limited to 'contrib/cross.sh')
-rwxr-xr-xcontrib/cross.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cross.sh b/contrib/cross.sh
index dc9716039..e660be780 100755
--- a/contrib/cross.sh
+++ b/contrib/cross.sh
@@ -124,7 +124,7 @@ then
exit $EXITVAL
fi
-if [ ! -z $GEN_BUILD -a ! -f configure ]
+if [ ! -z "$GEN_BUILD" -a ! -f configure ]
then
export NOCONF=yes
./autogen.sh