Fix configure success test one more time
Quotes are important.
This commit is contained in:
@@ -55,7 +55,7 @@ case $wxTOOLSET in
|
|||||||
*)
|
*)
|
||||||
echo 'Configuring...' && echo -en 'travis_fold:start:script.configure\\r'
|
echo 'Configuring...' && echo -en 'travis_fold:start:script.configure\\r'
|
||||||
./configure --disable-optimise --disable-debug_info $wxCONFIGURE_FLAGS || rc=$?
|
./configure --disable-optimise --disable-debug_info $wxCONFIGURE_FLAGS || rc=$?
|
||||||
if [ -n $rc ]; then
|
if [ -n "$rc" ]; then
|
||||||
echo '*** Configuring failed, contents of config.log follows: ***'
|
echo '*** Configuring failed, contents of config.log follows: ***'
|
||||||
echo '-----------------------------------------------------------'
|
echo '-----------------------------------------------------------'
|
||||||
cat config.log
|
cat config.log
|
||||||
|
Reference in New Issue
Block a user