[Vm-dev] [commit] r2435 - fix typo in uploadvms

commits at squeakvm.org commits at squeakvm.org
Fri Jun 17 20:50:12 UTC 2011


Author: eliot
Date: 2011-06-17 13:50:12 -0700 (Fri, 17 Jun 2011)
New Revision: 2435

Modified:
   branches/Cog/scripts/uploadvms
Log:
fix typo in uploadvms


Modified: branches/Cog/scripts/uploadvms
===================================================================
--- branches/Cog/scripts/uploadvms	2011-06-17 20:37:54 UTC (rev 2434)
+++ branches/Cog/scripts/uploadvms	2011-06-17 20:50:12 UTC (rev 2435)
@@ -2,7 +2,7 @@
 IFS="	
 "
 if [ $# = 0 ]; then
-ARCHIVES="Cog.app.tgz	coglinux.tgz	cogwin.zip	Newspeak Virtual Machine.app.tgz	nsvmwin.zip"
+ARCHIVES="Cog.app.tgz	coglinux.tgz	cogwin.zip	Newspeak Virtual Machine.app.tgz	nsvmlinux.tgz	nsvmwin.zip"
 else
 ARCHIVES=
 	while [ -n "$1" ]; do



More information about the Vm-dev mailing list