From: Martin Quinson Date: Mon, 27 Jul 2015 15:02:08 +0000 (+0200) Subject: Jenkins: sh syntax error when speaking to windows X-Git-Tag: v3_12~369 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3236ec8d57f45adae06336863e104faf62ff84c6?hp=-c Jenkins: sh syntax error when speaking to windows --- 3236ec8d57f45adae06336863e104faf62ff84c6 diff --git a/buildtools/jenkins/build.sh b/buildtools/jenkins/build.sh index 1c6773f831..eb87979fd9 100755 --- a/buildtools/jenkins/build.sh +++ b/buildtools/jenkins/build.sh @@ -20,7 +20,7 @@ case "$build_mode" in ;; *) - if "$(uname -o)" = "Msys"; then + if test "$(uname -o)" = "Msys"; then echo "On Windows, jenkins is not willing to expand variables for some reason" >&2 echo "Force use Debug mode" >&2 else