Fixed spelling errors in setenv-* scripts

pull/239/head
Jeffrey Walton 2016-07-11 15:24:43 -04:00
parent 268b261739
commit 5361185ef1
4 changed files with 5 additions and 5 deletions

View File

@ -3532,7 +3532,7 @@ if [[ "$HAVE_ARM_CRC" -ne "0" ]]; then
"$MAKE" clean > /dev/null 2>&1
rm -f adhoc.cpp > /dev/null 2>&1
export CXXFLAGS="$RELEASE_CXXFLAGS -march=armv8-a+crc ${RETAINED_CXXFLAGS[@]}"
export CXXFLAGS="$RELEASE_CXXFLAGS -march=armv8-a+crc"
"$MAKE" "${MAKEARGS[@]}" CXX="$CXX" static cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
if [[ ("${PIPESTATUS[0]}" -ne "0") ]]; then
@ -3561,7 +3561,7 @@ if [[ "$HAVE_ARM_CRYPTO" -ne "0" ]]; then
"$MAKE" clean > /dev/null 2>&1
rm -f adhoc.cpp > /dev/null 2>&1
export CXXFLAGS="$RELEASE_CXXFLAGS -march=armv8-a+crypto ${RETAINED_CXXFLAGS[@]}"
export CXXFLAGS="$RELEASE_CXXFLAGS -march=armv8-a+crypto"
"$MAKE" "${MAKEARGS[@]}" CXX="$CXX" static cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
if [[ ("${PIPESTATUS[0]}" -ne "0") ]]; then

View File

@ -345,7 +345,7 @@ fi
echo
echo "*******************************************************************************"
echo "It looks the the environemnt is set correcty. Your next step is"
echo "It looks the the environment is set correctly. Your next step is"
echo "build the library with 'make -f GNUmakefile-cross'"
echo "*******************************************************************************"
echo

View File

@ -132,7 +132,7 @@ fi
echo
echo "*******************************************************************************"
echo "It looks the the environemnt is set correcty. Your next step is"
echo "It looks the the environment is set correctly. Your next step is"
echo "build the library with 'make -f GNUmakefile-cross'"
echo "*******************************************************************************"
echo

View File

@ -281,7 +281,7 @@ fi
echo
echo "*******************************************************************************"
echo "It looks the the environemnt is set correcty. Your next step is"
echo "It looks the the environment is set correctly. Your next step is"
echo "build the library with 'make -f GNUmakefile-cross'"
echo "*******************************************************************************"
echo