Ver a proveniência

Makefile: Always specify tty when run-emacs

pull/15/head
10sr há 8 anos
ascendente
cometimento
10215f279a
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver ficheiro

@@ -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

Carregando…
Cancelar
Guardar