From 46a6dadfa0466d3adfeb92ce889afcedc0a4fb98 Mon Sep 17 00:00:00 2001 From: Alessandro Caetano Date: Sat, 12 Sep 2015 15:21:21 -0400 Subject: [PATCH] Fixing problem with unicorn --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c1cb35c..12c1add 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ BUNDLE_OPTS = --verbose --without='development test cucumber' all: bundle install $(BUNDLE_OPTS) --local --deployment grep -rl '/usr/local/bin/ruby' vendor/bundle/ruby/gems/*/ | xargs --no-run-if-empty sed -i -e '1,2 s|.*|#!/usr/bin/env ruby|' - + grep -rl '/this/will/be/overwritten/or/wrapped/anyways/do/not/worry/ruby' vendor/bundle/ruby/gems/*/bin | xargs --no-run-if-empty sed -i -e '1 s|.*|#!/usr/bin/env ruby|' dist: $(TARBALL) $(TARBALL): -- libgit2 0.21.2