Skip to content

Commit

Permalink
Fix Makefile and bash multi-line escaping...
Browse files Browse the repository at this point in the history
Travis is unhappy about the spelling of the command, so let's not try to
be cleverer here and accept a runaway line here. See #153 too.
  • Loading branch information
dimitri committed Jan 21, 2015
1 parent 8ce9677 commit 02ecd88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ $(QLDIR)/setup.lisp:
curl -o $(BUILDDIR)/quicklisp.lisp http://beta.quicklisp.org/quicklisp.lisp
$(CL) $(CL_OPTS) --load $(BUILDDIR)/quicklisp.lisp \
--load src/getenv.lisp \
--eval '(quicklisp-quickstart:install :path "$(BUILDDIR)/quicklisp" \
:proxy (getenv "http_proxy"))' \
--eval '(quicklisp-quickstart:install :path "$(BUILDDIR)/quicklisp" :proxy (getenv "http_proxy"))' \
--eval '(quit)'

quicklisp: $(QLDIR)/setup.lisp ;
Expand Down

0 comments on commit 02ecd88

Please sign in to comment.