From 7f97bee0fda8bb01c210761b15534e97a19b035e Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 25 Dec 2014 05:12:01 +0900 Subject: [PATCH] test/run.sh: shrc: Just conduct syntax check by -n option --- test/run.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/run.sh b/test/run.sh index 0845ebe..383b616 100755 --- a/test/run.sh +++ b/test/run.sh @@ -5,16 +5,16 @@ dir="`dirname $0`" top="$dir"/.. # setup.sh -sh "$top"/setup.sh shrc_common +sh "$top"/setup.sh help # shrc for sh in sh bash zsh do - cat <<__EOC__ | $sh -si -. "$top"/shrc || exit 1 -__EOC__ + sh -n "$top"/shrc done + + # emacs emacs --version emacs -q --debug-init --batch --eval "(setq debug-on-error t)" --load "$top"/emacs.el --kill