diff options
Diffstat (limited to 't/txinfo29.sh')
-rwxr-xr-x | t/txinfo29.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/txinfo29.sh b/t/txinfo29.sh index eab87dd13..3e27362bf 100755 --- a/t/txinfo29.sh +++ b/t/txinfo29.sh @@ -17,7 +17,7 @@ # Make sure that INFO_DEPS can be overridden. # Report from Bruce Korb. -. ./defs || Exit 1 +. ./defs || exit 1 cat > Makefile.am << 'END' INFO_DEPS = foo.info |