From ba38af1ec975c4c1cd24090db0f621ebf70c9aee Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 26 Feb 2017 01:10:09 -0800 Subject: Small fix to build_nightly --- build_nightly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_nightly') 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 -- cgit v1.2.3