[Vm-dev] [commit] r2462 - Fix a typo in mkvmarchives

commits at squeakvm.org commits at squeakvm.org
Fri Jul 15 22:35:48 UTC 2011


Author: eliot
Date: 2011-07-15 15:35:48 -0700 (Fri, 15 Jul 2011)
New Revision: 2462

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


Modified: branches/Cog/scripts/mkvmarchives
===================================================================
--- branches/Cog/scripts/mkvmarchives	2011-07-15 22:18:34 UTC (rev 2461)
+++ branches/Cog/scripts/mkvmarchives	2011-07-15 22:35:48 UTC (rev 2462)
@@ -40,7 +40,7 @@
 	EXES=coglinux/lib/squeak/3.9-7/squeak
 fi
 REV=`grep 'SvnRawRevisionString.*Rev:' platforms/Cross/vm/sqSCCSVersion.h \
-	| sed 's/^.*Rev: \([0-9][0-9]*\) $";/\1/'
+	| sed 's/^.*Rev: \([0-9][0-9]*\) $";/\1/'`
 if [ -n "$CM" ]; then
 	test -d Cog.app || mkdir Cog.app
 	rm -rf Cog.app/* Cog.app.tgz
@@ -84,7 +84,8 @@
 do
 	echo
 	echo checking $vm version
-	strings - $vm | egrep "Interp.*VMMaker|Cogit.*VMMaker| built on " | grep -v 'Unix built on "__DATE__ " "__TIME__" Compiler: "__VERSION__' | sed 's/ uuid:.*//'
+#	strings - $vm | egrep '\$Rev: |Interp.*VMMaker|Cogit.*VMMaker| built on ' | grep -v 'Unix built on "__DATE__ " "__TIME__" Compiler: "__VERSION__' | sed 's/ uuid:.*//'
+	strings - $vm | egrep '\$Rev: |Interp.*VMMaker|Cogit.*VMMaker| built on ' | sed 's/ uuid:.*//'
 	echo checking $vm for asserts
 	strings - $vm | grep "assert[^0-9]*[0-9][0-9][0-9]"
 done



More information about the Vm-dev mailing list