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