diff options
author | Micah Anderson <micah@riseup.net> | 2014-01-17 15:53:05 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2014-01-17 15:53:05 -0500 |
commit | 65a973d6304de0098ad47c2df517a48f45ebe68a (patch) | |
tree | 53406d8c974345e991bf9d0480260bd5420a7e9f /Makefile | |
parent | 24fa074c1a752bcf6620683c7e80b2e58c8c5796 (diff) |
fix sed command for appfile changeupstream/0.4.2.leapupstream
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ compile: @echo "==> couchjs (compile)" @cd couchjs && python scons/scons.py @./rebar compile - @cat $(appfile) | sed s/%VSN%/`echo 1.1.1-792-gc8a44ff`/ > $(appfile) + @sed -i 's/%VSN%/1.1.1-792-gc8a44ff/' $(appfile) clean: @echo "==> couchjs (clean)" |