Removed 'set -eu'. Its difficult to debug the script when source'ing

This commit is contained in:
Jeffrey Walton 2016-12-22 04:39:45 -05:00
parent f3474ba157
commit ba585dee4d
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
# See http://www.cryptopp.com/wiki/Android_(Command_Line) for more details
# ====================================================================
set -eu
# set -eu
unset IS_CROSS_COMPILE
@ -382,7 +382,7 @@ if [[ ("$COUNT" -ne "0") ]]; then
echo "*******************************************************************************"
fi
COUNT=$(echo -n "$AOSP_STL_LIB" | egrep -i -c 'libc++)')
COUNT=$(echo -n "$AOSP_STL_LIB" | egrep -i -c 'libc\+\+)')
if [[ ("$COUNT" -ne "0") ]]; then
echo
echo "*******************************************************************************"

View File

@ -13,7 +13,7 @@
# See http://www.cryptopp.com/wiki/ARM_Embedded_(Command_Line) for details.
# ====================================================================
set -eu
# set -eu
# Unset old options

View File

@ -11,7 +11,7 @@
# See http://www.cryptopp.com/wiki/iOS_(Command_Line) for more details
# ====================================================================
set -eu
# set -eu
#########################################
##### Clear old options #####