From: Bruno Haible Date: Wed, 3 Dec 2003 20:31:57 +0000 (+0000) Subject: Avoid interpreting the backslashes in here documents. X-Git-Tag: v0.13.1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d51ead66f4fee32495303a2c540bbb7329d19d9b;p=thirdparty%2Fgettext.git Avoid interpreting the backslashes in here documents. --- diff --git a/gettext-tools/tests/xgettext-glade-2 b/gettext-tools/tests/xgettext-glade-2 index 16bf237e7..c40ead839 100755 --- a/gettext-tools/tests/xgettext-glade-2 +++ b/gettext-tools/tests/xgettext-glade-2 @@ -63,7 +63,7 @@ test $? = 0 || { rm -fr $tmpfiles; exit 1; } grep -v 'POT-Creation-Date' < xg-gl-2.tmp > xg-gl-2.pot tmpfiles="$tmpfiles xg-gl-2.ok" -cat < xg-gl-2.ok +cat <<\EOF > xg-gl-2.ok # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. diff --git a/gettext-tools/tests/xgettext-glade-3 b/gettext-tools/tests/xgettext-glade-3 index a231cc331..5539f355e 100755 --- a/gettext-tools/tests/xgettext-glade-3 +++ b/gettext-tools/tests/xgettext-glade-3 @@ -170,7 +170,7 @@ test $? = 0 || { rm -fr $tmpfiles; exit 1; } grep -v 'POT-Creation-Date' < xg-gl-3.tmp > xg-gl-3.pot tmpfiles="$tmpfiles xg-gl-3.ok" -cat < xg-gl-3.ok +cat <<\EOF > xg-gl-3.ok # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package.