diff options
Diffstat (limited to 'contrib/cross.sh')
-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 |