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/master Commit: 5238b76f115ceb4f85757afe37bd42484989957c Parents: f01872e Author: Robert Kowalski <[email protected]> Authored: Tue Jul 28 22:40:22 2015 +0200 Committer: Robert Kowalski <[email protected]> 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
