diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-11-21 23:50:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-11-21 23:50:31 +0000 |
commit | d97c759138c47ad3428467c8626a7f316f4dae10 (patch) | |
tree | 50f86c1f7c704ca512c9d45900550ab81c85421f /contrib | |
parent | facc49cf6f9fe2375f1c15a8caff92d904b52edd (diff) | |
download | tor-d97c759138c47ad3428467c8626a7f316f4dae10.tar.gz tor-d97c759138c47ad3428467c8626a7f316f4dae10.zip |
r9372@totoro: nickm | 2006-11-21 10:59:47 -0500
Small cross-compilation fixes.
svn:r8980
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/cross.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cross.sh b/contrib/cross.sh index dc9716039c..e660be780d 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 |