]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 16 Jul 2001 22:19:00 +0000 (22:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 16 Jul 2001 22:19:00 +0000 (22:19 +0000)
2001-07-16  Ulrich Drepper  <drepper@redhat.com>

* catgets/test-gencat.sh: Use <<"EOF" instead of <<EOF to prevent
substitution in here document.

ChangeLog
catgets/test-gencat.sh

index 8995df7da11c829ba9ea248b4cf49128ee8cba06..a3c88bd726ff8ceb37f1bf33f3e2a3c9e0de649e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-16  Ulrich Drepper  <drepper@redhat.com>
+
+       * catgets/test-gencat.sh: Use <<"EOF" instead of <<EOF to prevent
+       substitution in here document.
+
 2001-07-16  Andreas Schwab  <schwab@suse.de>
 
        * sysdeps/posix/spawni.c: Fix typo when iterating over signal numbers.
index f73d39a75afc6857c304e4c16095718a3c4e0b56..3e9356a5efe49c0e333a6538f3562d9e1cd56405 100755 (executable)
@@ -29,7 +29,7 @@ NLSPATH=${common_objpfx}catgets/%N.%c.cat LC_ALL=ja_JP.SJIS \
     > ${common_objpfx}catgets/test-gencat.out
 
 # Compare with the expected result.
-cmp - ${common_objpfx}catgets/test-gencat.out <<EOF
+cmp - ${common_objpfx}catgets/test-gencat.out <<"EOF"
 LC_MESSAGES = ja_JP.SJIS
 sample1:ABCDEF:
 sample2:\93ú\96{\8cê:
This page took 0.049444 seconds and 5 git commands to generate.