From a2ac8a8003f9196f899638ba451865d16dd218ed Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Mon, 10 Aug 2015 20:59:29 -0400 Subject: [PATCH] Tweak testit to better handle OPTIONS --- test/testit | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/testit b/test/testit index 8777470..55045b9 100755 --- a/test/testit +++ b/test/testit @@ -30,11 +30,7 @@ if [ -z "$CXX_LANG" ] then CXX_LANG=c++14 fi -if [ -z "$OPTIONS" ] -then - OPTIONS="-std=${CXX_LANG}" -fi -OPTIONS="$OPTIONS -I$ROOT" +OPTIONS="-std=${CXX_LANG} $OPTIONS -I$ROOT" case $TRIPLE in *-*-mingw* | *-*-cygwin* | *-*-win*)