瀏覽代碼

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…
取消
儲存