From 7603ea28d333d47f8e45e33515362ec55d381877 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 24 Jul 2000 05:41:25 +0000 Subject: Update. * string/endian.h: Explain the _*_ENDIAN constant values a bit more. Patch by scarlet@mit.edu [PR libc/1799]. * io/ftwtest-sh: Add -f parameter to chmod if -R is also given. [PR libc/1792]. * argp/argp-parse.c (parser_finalize): Reverse order in which parsers are run for ARGP_KEY_END. [PR libc/1755]. --- io/ftwtest-sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'io') diff --git a/io/ftwtest-sh b/io/ftwtest-sh index 389c4122e8..837470da47 100644 --- a/io/ftwtest-sh +++ b/io/ftwtest-sh @@ -28,10 +28,10 @@ tmpdir=$tmp/ftwtest.d [ -f ${objpfx}elf/ld.so ] && ldso=${objpfx}elf/ld.so -trap 'chmod -R a+x $tmpdir; rm -fr $tmpdir $testout' 1 2 3 15 +trap 'chmod -fR a+x $tmpdir; rm -fr $tmpdir $testout' 1 2 3 15 if test -d $tmpdir; then - chmod -R a+x $tmpdir + chmod -fR a+x $tmpdir rm -fr $tmpdir fi mkdir $tmpdir @@ -112,7 +112,7 @@ EOF rm $testout # For the next test everything must be readable. -chmod -R a+x $tmpdir +chmod -fR a+x $tmpdir LD_LIBRARY_PATH=$objpfx $ldso $testprogram --chdir $tmpdir | sort > $testout -- cgit v1.2.3