coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coreutils] Re: Builds of coreutils-8.6.19-1369f


From: Andreas Schwab
Subject: [coreutils] Re: Builds of coreutils-8.6.19-1369f
Date: Sat, 06 Nov 2010 13:05:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Jim Meyering <address@hidden> writes:

> For the record, I reduced it to this,
> where /bin/sh is /usr/local/bin/bash, which is 4.1.7:
>
> cat <<\EOF > init.cfg
> f()
> {
>   case $IFS in '') exit 91;; esac
>   local s=$IFS
>   case $s in '') exit 97;; esac
> }
> f
> EOF
> $ /bin/sh -c '. init.cfg'
> [Exit 97]

Perhaps local isn't really the builtin local?

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]