Skip to content

Commit

Permalink
Quote newlines in multiline string
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Oct 6, 2019
1 parent eb0caad commit 3f7461e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
@@ -1,8 +1,8 @@
EMACS ?= emacs

INIT_PACKAGES="(progn
(package-initialize)
(unless (package-installed-p 'undercover)
INIT_PACKAGES="(progn \
(package-initialize) \
(unless (package-installed-p 'undercover) \
(package-install 'undercover)))"

all: test
Expand Down

0 comments on commit 3f7461e

Please sign in to comment.