diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-02-26 01:10:09 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-02-26 01:10:09 -0800 |
commit | ba38af1ec975c4c1cd24090db0f621ebf70c9aee (patch) | |
tree | bd40f57cc7da7dff53f13b819322ca378c1bf99b /build_nightly | |
parent | cf656b44f665c217e40c2d94f979aebad5b9d601 (diff) |
Small fix to build_nightly
Diffstat (limited to 'build_nightly')
-rwxr-xr-x | build_nightly | 2 |
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 |