diff options
Diffstat (limited to 't/txinfo21.sh')
-rwxr-xr-x | t/txinfo21.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/txinfo21.sh b/t/txinfo21.sh index fd9e679e7..5ad12544c 100755 --- a/t/txinfo21.sh +++ b/t/txinfo21.sh @@ -18,7 +18,7 @@ # install-DOC flavors. required='makeinfo tex texi2dvi' -. ./defs || Exit 1 +. ./defs || exit 1 cat >>configure.ac <<\EOF AC_CONFIG_FILES([rec/Makefile]) |