diff options
Diffstat (limited to 'check.sh')
-rwxr-xr-x | check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ set -eu : ${EMACS:=emacs} -exec ${EMACS} --batch --eval '(progn +exec ${EMACS} -q --no-site-file --batch --eval '(progn (byte-compile-file "paredit.el" t) (byte-compile-file "test.el" t) )' |