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