Removed 'set -eu'. Its difficult to debug the script when source'ing
parent
f3474ba157
commit
ba585dee4d
|
|
@ -11,7 +11,7 @@
|
||||||
# See http://www.cryptopp.com/wiki/Android_(Command_Line) for more details
|
# See http://www.cryptopp.com/wiki/Android_(Command_Line) for more details
|
||||||
# ====================================================================
|
# ====================================================================
|
||||||
|
|
||||||
set -eu
|
# set -eu
|
||||||
|
|
||||||
unset IS_CROSS_COMPILE
|
unset IS_CROSS_COMPILE
|
||||||
|
|
||||||
|
|
@ -382,7 +382,7 @@ if [[ ("$COUNT" -ne "0") ]]; then
|
||||||
echo "*******************************************************************************"
|
echo "*******************************************************************************"
|
||||||
fi
|
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
|
if [[ ("$COUNT" -ne "0") ]]; then
|
||||||
echo
|
echo
|
||||||
echo "*******************************************************************************"
|
echo "*******************************************************************************"
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
# See http://www.cryptopp.com/wiki/ARM_Embedded_(Command_Line) for details.
|
# See http://www.cryptopp.com/wiki/ARM_Embedded_(Command_Line) for details.
|
||||||
# ====================================================================
|
# ====================================================================
|
||||||
|
|
||||||
set -eu
|
# set -eu
|
||||||
|
|
||||||
# Unset old options
|
# Unset old options
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
# See http://www.cryptopp.com/wiki/iOS_(Command_Line) for more details
|
# See http://www.cryptopp.com/wiki/iOS_(Command_Line) for more details
|
||||||
# ====================================================================
|
# ====================================================================
|
||||||
|
|
||||||
set -eu
|
# set -eu
|
||||||
|
|
||||||
#########################################
|
#########################################
|
||||||
##### Clear old options #####
|
##### Clear old options #####
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue