Skip to content

Commit

Permalink
fix(cask): make pacify call Emacs subcommand again
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed Aug 1, 2024
1 parent a90b7fd commit 59129c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs-package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ else
endif

pacify: $(PACIFY_DEPS)
EMACS=$(EMACS) cask --batch -L . -l $(PACIFY) $(PACIFY_PRE_EXEC) -f dinghy-pacify-check
EMACS=$(EMACS) cask emacs --batch -L . -l $(PACIFY) $(PACIFY_PRE_EXEC) -f dinghy-pacify-check

CASK_PACKAGE_DIRECTORY=$(shell cask package-directory)

Expand Down

0 comments on commit 59129c9

Please sign in to comment.