[Vm-dev] [commit][2629] Fix typo in Newspeak Windows installer Makefile

commits at squeakvm.org commits at squeakvm.org
Mon Dec 3 00:55:58 UTC 2012


Revision: 2629
Author:   eliot
Date:     2012-12-02 16:55:57 -0800 (Sun, 02 Dec 2012)
Log Message:
-----------
Fix typo in Newspeak Windows installer Makefile

Modified Paths:
--------------
    branches/Cog/nscogbuild/cygwinbuild/installer/Makefile

Modified: branches/Cog/nscogbuild/cygwinbuild/installer/Makefile
===================================================================
--- branches/Cog/nscogbuild/cygwinbuild/installer/Makefile	2012-12-01 00:53:30 UTC (rev 2628)
+++ branches/Cog/nscogbuild/cygwinbuild/installer/Makefile	2012-12-03 00:55:57 UTC (rev 2629)
@@ -38,7 +38,7 @@
 
 $(VM_EXECUTABLE_MAP):	../build/vm/$(VM_EXECUTABLE_MAP)
 	rm -f $@
-	grep " [tT] " $< | grep -v ' t \.text$' >$@
+	grep " [tT] " $< | grep -v ' t \.text' >$@
 
 $(VM_EXECUTABLE_MANIFEST):	../build/vm/$(VM_EXECUTABLE_MANIFEST)
 	rm -f $@



More information about the Vm-dev mailing list