]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid interpreting the backslashes in here documents.
authorBruno Haible <bruno@clisp.org>
Wed, 3 Dec 2003 20:31:57 +0000 (20:31 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:27 +0000 (12:11 +0200)
gettext-tools/tests/xgettext-glade-2
gettext-tools/tests/xgettext-glade-3

index 16bf237e7017082a76bc802944dc808b23c351ee..c40ead83945f2ba3808e91f2f9f2a17e488301f3 100755 (executable)
@@ -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 <<EOF > 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.
index a231cc331c4534f6f354b656d85f41ca5ddc5f49..5539f355e780d3254c727cc556b2b6920cfb494c 100755 (executable)
@@ -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 <<EOF > 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.