[Scummvm-cvs-logs] SF.net SVN: scummvm:[48352] scummvm/trunk/backends/platform/dc/dreamcast.mk

marcus_c at users.sourceforge.net marcus_c at users.sourceforge.net
Sun Mar 21 11:35:15 CET 2010


Revision: 48352
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48352&view=rev
Author:   marcus_c
Date:     2010-03-21 10:35:15 +0000 (Sun, 21 Mar 2010)

Log Message:
-----------
Ack, typo!

Modified Paths:
--------------
    scummvm/trunk/backends/platform/dc/dreamcast.mk

Modified: scummvm/trunk/backends/platform/dc/dreamcast.mk
===================================================================
--- scummvm/trunk/backends/platform/dc/dreamcast.mk	2010-03-21 10:34:10 UTC (rev 48351)
+++ scummvm/trunk/backends/platform/dc/dreamcast.mk	2010-03-21 10:35:15 UTC (rev 48352)
@@ -30,7 +30,7 @@
 	if [ x"$(VER_EXTRA)" = xsvn ]; then \
 	  if [ -z "$(VER_SVNREV)" ]; then ver="SVN"; else ver="r$(VER_SVNREV)"; fi; \
 	else ver="V$(VERSION)"; fi; \
-	if expr "$ver" : V...... >/dev/null; then \
+	if expr "$$ver" : V...... >/dev/null; then \
 	  ver="V$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)"; fi; \
 	sed -e 's/[@]VERSION[@]/'"$$ver"/ -e 's/[@]DATE[@]/$(shell date '+%Y%m%d')/' < $< > $@
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list