diff options
Diffstat (limited to 't/gettext-macros.sh')
-rwxr-xr-x | t/gettext-macros.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/gettext-macros.sh b/t/gettext-macros.sh index e424a8ec0..a42c031d4 100755 --- a/t/gettext-macros.sh +++ b/t/gettext-macros.sh @@ -18,7 +18,7 @@ # to the test cases requiring them. # See also automake bug#9807. -. ./defs || Exit 1 +. ./defs || exit 1 extract_program_version () { |