Преглед изворни кода

Makefile: Always specify tty when run-emacs

pull/15/head
10sr пре 8 година
родитељ
комит
10215f279a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Прегледај датотеку

@@ -468,5 +468,5 @@ sexp_elisp_syntax_check := \

$(test_syntax_els): test-syntax-%: $(dotfiles_dir)/%
test -n "$(emacs)" && \
$(emacs) -Q --debug-init --batch \
$(emacs) -t $(shell tty) -Q --debug-init --batch \
--eval '(let ((file "$<")) $(sexp_elisp_syntax_check))' --kill

Loading…
Откажи
Сачувај