summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-01-17 15:53:05 -0500
committerMicah Anderson <micah@riseup.net>2014-01-17 15:53:05 -0500
commit65a973d6304de0098ad47c2df517a48f45ebe68a (patch)
tree53406d8c974345e991bf9d0480260bd5420a7e9f
parent24fa074c1a752bcf6620683c7e80b2e58c8c5796 (diff)
fix sed command for appfile changeupstream/0.4.2.leapupstream
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49772504..671aabe5 100644
--- a/Makefile
+++ b/Makefile
@@ -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)"