[embjopr-commits] EMBJOPR SVN: r803 - trunk/jsfunit/testdata.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Oct 20 09:01:23 EDT 2009


Author: ozizka at 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
 



More information about the embjopr-commits mailing list