diff options
Diffstat (limited to 'gettext-tools/tests/xgettext-csharp-7')
-rwxr-xr-x | gettext-tools/tests/xgettext-csharp-7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/xgettext-csharp-7 b/gettext-tools/tests/xgettext-csharp-7 index 9f5643b..6cb31f2 100755 --- a/gettext-tools/tests/xgettext-csharp-7 +++ b/gettext-tools/tests/xgettext-csharp-7 @@ -9,8 +9,8 @@ Console.WriteLine(rm.GetParticularString("Help", "about")); EOF : ${XGETTEXT=xgettext} -${XGETTEXT} --omit-header --no-location -d xg-cs-7.tmp xg-cs-7.cs || exit 1 -LC_ALL=C tr -d '\r' < xg-cs-7.tmp.po > xg-cs-7.po || exit 1 +${XGETTEXT} --omit-header --no-location -d xg-cs-7.tmp xg-cs-7.cs || Exit 1 +LC_ALL=C tr -d '\r' < xg-cs-7.tmp.po > xg-cs-7.po || Exit 1 cat <<EOF > xg-cs-7.ok msgid "help" |