bug-coreutils
[Top][All Lists]
Advanced

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

bug#11256: make check problems with coreutils 8.16 and earlier


From: Andreas Schwab
Subject: bug#11256: make check problems with coreutils 8.16 and earlier
Date: Thu, 19 Apr 2012 11:05:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux)

Jim Meyering <address@hidden> writes:

> Oddly, with GNU bash, version 4.2.24(1)-release (x86_64-redhat-linux-gnu)
> "export -fn date" does not "unexport" the date function.

Are you sure?

$ date () { :; }; export -f date; bash -c 'type date'; export -fn date; bash -c 
'type date'
date is a function
date () 
{ 
    :
}
date is /bin/date

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]