[commit] r2434 - Fix another typo in mkvmarchives

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit] r2434 - Fix another typo in mkvmarchives

commits-3
 
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