Author: ozizka(a)redhat.com
Date: 2009-10-20 09:01:22 -0400 (Tue, 20 Oct 2009)
New Revision: 803
Modified:
trunk/jsfunit/testdata/hudson_shell_script.sh
Log:
* Hudson shell script updated - use $WINDIR instead of $USERPROFILE
Modified: trunk/jsfunit/testdata/hudson_shell_script.sh
===================================================================
--- trunk/jsfunit/testdata/hudson_shell_script.sh 2009-10-20 12:40:47 UTC (rev 802)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh 2009-10-20 13:01:22 UTC (rev 803)
@@ -64,7 +64,7 @@
### M2_SETTINGS
M2_SETTINGS_PATH=$HOME"/.m2/settings.xml"
-if [ -n WINDIR ] ; then # Windows
+if [ -n "$WINDIR" ] ; then # Windows
M2_SETTINGS_PATH="h:\\hudson\\.m2\\settings.xml"
fi
Show replies by date