Browse Source

Fixed typo

tempestpy_adaptions
Matthias Volk 8 years ago
parent
commit
cb5c42feb6
  1. 2
      travis/postsubmit.sh

2
travis/postsubmit.sh

@ -11,7 +11,7 @@ then
STLARG="-stdlib=$STL"
fi
if [ "$2$ = "BuildLib1"]
if [ "$2" = "BuildLib1"]
then
TIMEARG="--preserve-status"
else

Loading…
Cancel
Save