diff options
Diffstat (limited to 't/txinfo7.sh')
-rwxr-xr-x | t/txinfo7.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/txinfo7.sh b/t/txinfo7.sh index 2a5dc9dc0..93d199c1c 100755 --- a/t/txinfo7.sh +++ b/t/txinfo7.sh @@ -17,7 +17,7 @@ # Test to make sure texinfo.tex correctly installed by -a. Bug report # by Per Cederqvist. -. ./defs || Exit 1 +. ./defs || exit 1 cat > Makefile.am << 'END' info_TEXINFOS = textutils.texi |