[Scummvm-cvs-logs] scummvm master -> cd01e2d54603992aa5066b945a64d0a81c2f161a

sev- sev at scummvm.org
Tue Apr 12 09:22:54 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
cd01e2d546 GCW0: Attempt to fix README sections


Commit: cd01e2d54603992aa5066b945a64d0a81c2f161a
    https://github.com/scummvm/scummvm/commit/cd01e2d54603992aa5066b945a64d0a81c2f161a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-04-12T09:22:35+02:00

Commit Message:
GCW0: Attempt to fix README sections

Changed paths:
    backends/platform/dingux/dingux.mk



diff --git a/backends/platform/dingux/dingux.mk b/backends/platform/dingux/dingux.mk
index 56c26c3..910ead8 100644
--- a/backends/platform/dingux/dingux.mk
+++ b/backends/platform/dingux/dingux.mk
@@ -59,7 +59,7 @@ endif
 	echo >> $(gcw0_bundle)/README.man.txt
 	echo '[General README]' >> $(gcw0_bundle)/README.man.txt
 	echo >> $(gcw0_bundle)/README.man.txt
-	cat README >> $(gcw0_bundle)/README.man.txt
+	cat README | sed -e 's/\[/⟮/g' -e 's/\]/⟯/g' >> $(gcw0_bundle)/README.man.txt
 
 #	$(CP) GeneralUser\ GS\ FluidSynth\ v1.44.sf2 $(gcw0_bundle)/
 






More information about the Scummvm-git-logs mailing list