summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-02-26 01:10:09 -0800
committerMichael Pavone <pavone@retrodev.com>2017-02-26 01:10:09 -0800
commitba38af1ec975c4c1cd24090db0f621ebf70c9aee (patch)
treebd40f57cc7da7dff53f13b819322ca378c1bf99b
parentcf656b44f665c217e40c2d94f979aebad5b9d601 (diff)
Small fix to build_nightly
-rwxr-xr-xbuild_nightly2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_nightly b/build_nightly
index 88cfee9..332ec0c 100755
--- a/build_nightly
+++ b/build_nightly
@@ -11,5 +11,5 @@ hg revert -a
hg pull
hg up
rev=`hg summary | sed -E -n 's/^parent: [^:]+:([^ ]+) .*$/\1/p'`
-sed -i -E "s/(define BLASTEM_VERSION \"[^-]+)-pre\"/\1-pre-$rev\"/"" blastem.c
+sed -i -E "s/(define BLASTEM_VERSION \"[^-]+)-pre\"/\1-pre-$rev\"/" blastem.c
./build_release