mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00: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:
parent
ba3752d532
commit
a68edba551
@ -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:日本語:
|
||||
|
Loading…
Reference in New Issue
Block a user