diff options
Diffstat (limited to 'gettext-tools/tests/msguniq-6')
-rwxr-xr-x | gettext-tools/tests/msguniq-6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msguniq-6 b/gettext-tools/tests/msguniq-6 index 51a1220..36d5027 100755 --- a/gettext-tools/tests/msguniq-6 +++ b/gettext-tools/tests/msguniq-6 @@ -67,8 +67,8 @@ msgstr "%s: Option erwartet ein Argument -- %c\n" EOF : ${MSGUNIQ=msguniq} -${MSGUNIQ} -o msguniq-6.tmp msguniq-6.in || exit 1 -LC_ALL=C tr -d '\r' < msguniq-6.tmp > msguniq-6.out || exit 1 +${MSGUNIQ} -o msguniq-6.tmp msguniq-6.in || Exit 1 +LC_ALL=C tr -d '\r' < msguniq-6.tmp > msguniq-6.out || Exit 1 cat <<\EOF > msguniq-6.ok msgid "" |