[etoys-dev] [SVN][742] tiny fix to makeEtoysToGo

commits at etoys.squeak.org commits at etoys.squeak.org
Sun May 29 14:55:16 EDT 2011


Repository: http://etoys.squeak.org/svn

Revision: 742
Author:   bf
Date:     2011-05-29 18:55:16 +0000 (Sun, 29 May 2011)
Log Message:
-----------
tiny fix to makeEtoysToGo

Modified Paths:
--------------
    trunk/installers/to-go/makeEtoysToGo

-------------- next part --------------
Modified: trunk/installers/to-go/makeEtoysToGo
===================================================================
--- trunk/installers/to-go/makeEtoysToGo	2011-05-29 18:55:03 UTC (rev 741)
+++ trunk/installers/to-go/makeEtoysToGo	2011-05-29 18:55:16 UTC (rev 742)
@@ -24,7 +24,7 @@
 fi
 
 VER="$TO_GO"
-FIL=`echo $VER|sed 's/ /-/'`
+FIL=`echo $VER|sed 's/ /-/;s/ //g'`
 echo Version ${VER}
 
 APP="Etoys-To-Go ${VER}.app"


More information about the etoys-dev mailing list