[Vm-dev] [commit] r2434 - Fix another typo in mkvmarchives

commits at squeakvm.org commits at squeakvm.org
Fri Jun 17 20:37:54 UTC 2011


Author: eliot
Date: 2011-06-17 13:37:54 -0700 (Fri, 17 Jun 2011)
New Revision: 2434

Modified:
   branches/Cog/scripts/mkvmarchives
Log:
Fix another typo in mkvmarchives


Modified: branches/Cog/scripts/mkvmarchives
===================================================================
--- branches/Cog/scripts/mkvmarchives	2011-06-17 20:36:53 UTC (rev 2433)
+++ branches/Cog/scripts/mkvmarchives	2011-06-17 20:37:54 UTC (rev 2434)
@@ -55,7 +55,7 @@
 if [ -n "$NL" ]; then
 	rm -rf nsvmlinux.tgz
 	COPYFILE_DISABLE=1 tar czf nsvmlinux.tgz nsvmlinux
-	EXES="$EXES nsvmlinux/lib/squeak/3.9-7/squeak"
+	EXES="$EXES	nsvmlinux/lib/squeak/3.9-7/squeak"
 fi
 if [ -n "$NM" ]; then
 	test -d Newspeak\ Virtual\ Machine.app || mkdir Newspeak\ Virtual\ Machine.app



More information about the Vm-dev mailing list