diff options
Diffstat (limited to 't/lisp4.sh')
-rwxr-xr-x | t/lisp4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lisp4.sh b/t/lisp4.sh index 82109f5b4..b8cb7963a 100755 --- a/t/lisp4.sh +++ b/t/lisp4.sh @@ -18,7 +18,7 @@ # Report from Simon Josefsson. required=emacs -. ./defs || Exit 1 +. ./defs || exit 1 cat > Makefile.am << 'EOF' lisp_LISP = am-one.el am-two.el am-three.el |