[izpack-changes] izpack-src/src/lib createPWD.sh,1.2,1.3
miraodb
nobody at sheep.berlios.de
Mon May 29 10:39:07 CEST 2006
Update of /cvsroot/izpack/izpack-src/src/lib
In directory sheep:/tmp/cvs-serv19192/src/lib
Modified Files:
createPWD.sh
Log Message:
Fixed The BackSlash into Slash. FM
Index: createPWD.sh
===================================================================
RCS file: /cvsroot/izpack/izpack-src/src/lib/createPWD.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- createPWD.sh 8 Jul 2005 08:58:19 -0000 1.2
+++ createPWD.sh 29 May 2006 08:44:28 -0000 1.3
@@ -8,7 +8,7 @@
read fname
if [ -n "$fname" ]; then # -n tests to see if the argument is non empty
- jar cf $fname .\com\izforge\izpack\sample\*.class
+ jar cf $fname ./com/izforge/izpack/sample/*.class
echo "Success: jar $fname has been created"
else
echo "No file name entered !"
More information about the izpack-changes
mailing list