playTests.sh updated to work better with /bin/sh

This commit is contained in:
inikep
2016-05-27 10:07:46 +02:00
parent bff23b72c5
commit 993a9dfc5a
+4 -2
View File
@@ -22,10 +22,12 @@ roundTripTest() {
isWindows=false isWindows=false
ECHO="echo" ECHO="echo"
if [[ "$OS" == "Windows"* ]]; then case "$OS" in
Windows*)
isWindows=true isWindows=true
ECHO="echo -e" ECHO="echo -e"
fi ;;
esac
$ECHO "\nStarting playTests.sh isWindows=$isWindows" $ECHO "\nStarting playTests.sh isWindows=$isWindows"