mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-11 08:46:59 +02:00
Fix Makefile and bash multi-line escaping...
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.
This commit is contained in:
parent
8ce967744c
commit
02ecd8866b
3
Makefile
3
Makefile
@ -85,8 +85,7 @@ $(QLDIR)/setup.lisp:
|
|||||||
curl -o $(BUILDDIR)/quicklisp.lisp http://beta.quicklisp.org/quicklisp.lisp
|
curl -o $(BUILDDIR)/quicklisp.lisp http://beta.quicklisp.org/quicklisp.lisp
|
||||||
$(CL) $(CL_OPTS) --load $(BUILDDIR)/quicklisp.lisp \
|
$(CL) $(CL_OPTS) --load $(BUILDDIR)/quicklisp.lisp \
|
||||||
--load src/getenv.lisp \
|
--load src/getenv.lisp \
|
||||||
--eval '(quicklisp-quickstart:install :path "$(BUILDDIR)/quicklisp" \
|
--eval '(quicklisp-quickstart:install :path "$(BUILDDIR)/quicklisp" :proxy (getenv "http_proxy"))' \
|
||||||
:proxy (getenv "http_proxy"))' \
|
|
||||||
--eval '(quit)'
|
--eval '(quit)'
|
||||||
|
|
||||||
quicklisp: $(QLDIR)/setup.lisp ;
|
quicklisp: $(QLDIR)/setup.lisp ;
|
||||||
|
Loading…
Reference in New Issue
Block a user