You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/09/09 10:42:47 UTC

[04/19] mochiweb commit: updated refs/heads/upstream to bd6ae7c

remove detached

not needed


Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/5238b76f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/5238b76f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/5238b76f

Branch: refs/heads/upstream
Commit: 5238b76f115ceb4f85757afe37bd42484989957c
Parents: f01872e
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Tue Jul 28 22:40:22 2015 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Tue Jul 28 22:40:22 2015 +0200

----------------------------------------------------------------------
 Makefile | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/5238b76f/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index a7914ee..7205dcf 100644
--- a/Makefile
+++ b/Makefile
@@ -25,5 +25,3 @@ app:
 bench: app
 	@echo "Writing $(DEST)/$(PROJECT).sh"
 	@cp support/bench.sh $(DEST)/bench.sh
-	@perl -p -i -e "s/-s reloader/-s reloader\n    -detached/g" $(DEST)/start-dev.sh
-	@perl -p -i -e "s/-s reloader/-s reloader \\\/g" $(DEST)/start-dev.sh