mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
2001-07-16 Ulrich Drepper <drepper@redhat.com> * catgets/test-gencat.sh: Use <<"EOF" instead of <<EOF to prevent substitution in here document.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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:<3A><><EFBFBD>{<EFBFBD><EFBFBD>:
|
||||
|
||||
Reference in New Issue
Block a user