summarylogtreecommitdiffstats
path: root/getver.patch
diff options
context:
space:
mode:
Diffstat (limited to 'getver.patch')
-rw-r--r--getver.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/getver.patch b/getver.patch
index 1fcb17b237ba..8dbb145cb0b4 100644
--- a/getver.patch
+++ b/getver.patch
@@ -2,4 +2,4 @@ diff -Nura higan/getver.sh higan_new/getver.sh
--- higan/getver.sh 1969-12-31 21:00:00.000000000 -0300
+++ higan_new/getver.sh 2017-06-17 15:06:09.345744032 -0300
@@ -0,0 +1 @@
-+printf "%s\n" $(grep Version higan/emulator/emulator.hpp | head -n 1 | sed -E 's/(.*)=(.*)/\2/' | tr -d " \t\n\r\";")
++printf "%s\n" $(grep Version higan/emulator/emulator.hpp | head -n 1 | sed -E 's/(.*)=(.*)/\2/' | tr -d " \t\n\r\";" | sed -r 's/[(]/_/' | sed 's/[)]//')