diff options
Diffstat (limited to 'gettext-tools/tests/xgettext-csharp-5')
-rwxr-xr-x | gettext-tools/tests/xgettext-csharp-5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/xgettext-csharp-5 b/gettext-tools/tests/xgettext-csharp-5 index 7584a16..2d6b0c4 100755 --- a/gettext-tools/tests/xgettext-csharp-5 +++ b/gettext-tools/tests/xgettext-csharp-5 @@ -22,8 +22,8 @@ EOF : ${XGETTEXT=xgettext} ${XGETTEXT} --omit-header --no-location --add-comments=TRANSLATORS: \ - -d xg-cs-5.tmp xg-cs-5.cs || exit 1 -LC_ALL=C tr -d '\r' < xg-cs-5.tmp.po > xg-cs-5.po || exit 1 + -d xg-cs-5.tmp xg-cs-5.cs || Exit 1 +LC_ALL=C tr -d '\r' < xg-cs-5.tmp.po > xg-cs-5.po || Exit 1 cat <<EOF > xg-cs-5.ok msgid "help" |