diff options
Diffstat (limited to 't/txinfo10.sh')
-rwxr-xr-x | t/txinfo10.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/txinfo10.sh b/t/txinfo10.sh index 6908ab847..903d6f5b9 100755 --- a/t/txinfo10.sh +++ b/t/txinfo10.sh @@ -17,7 +17,7 @@ # Make sure dvi target recurses into subdir. # Reported by Pavel Roskin. -. ./defs || Exit 1 +. ./defs || exit 1 cat > Makefile.am << 'END' SUBDIRS = sub |