diff options
Diffstat (limited to 't/lispdry.sh')
-rwxr-xr-x | t/lispdry.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lispdry.sh b/t/lispdry.sh index a89ffe171..2dfbc0b20 100755 --- a/t/lispdry.sh +++ b/t/lispdry.sh @@ -17,7 +17,7 @@ # Check that 'make -n' works with the lisp_LISP recover rule. required='emacs non-root' -. ./defs || Exit 1 +. ./defs || exit 1 cat > Makefile.am << 'EOF' dist_lisp_LISP = am-one.el am-two.el am-three.el |