diff options
Diffstat (limited to 't/commen11.sh')
-rwxr-xr-x | t/commen11.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/commen11.sh b/t/commen11.sh index d4b264a48..139545d18 100755 --- a/t/commen11.sh +++ b/t/commen11.sh @@ -18,7 +18,7 @@ # comments following a trailing backslash, even when the combination # follows a variable assignment that is preceded by a comment. -. ./defs || Exit 1 +. ./defs || exit 1 cat > Makefile.am << 'END' # initial comment |