diff options
-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 |