[Vm-dev] [commit] r2433 - Fix typo in mkvmarchives

commits at squeakvm.org commits at squeakvm.org
Fri Jun 17 20:36:53 UTC 2011


Author: eliot
Date: 2011-06-17 13:36:53 -0700 (Fri, 17 Jun 2011)
New Revision: 2433

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


Modified: branches/Cog/scripts/mkvmarchives
===================================================================
--- branches/Cog/scripts/mkvmarchives	2011-06-17 20:24:21 UTC (rev 2432)
+++ branches/Cog/scripts/mkvmarchives	2011-06-17 20:36:53 UTC (rev 2433)
@@ -55,7 +55,7 @@
 if [ -n "$NL" ]; then
 	rm -rf nsvmlinux.tgz
 	COPYFILE_DISABLE=1 tar czf nsvmlinux.tgz nsvmlinux
-	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