bug-bash
[Top][All Lists]
Advanced

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

Re: exported functions gain quotes and whitespace, without bound


From: Andreas Schwab
Subject: Re: exported functions gain quotes and whitespace, without bound
Date: Wed, 26 Jun 2002 14:42:27 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.3.50 (ia64-suse-linux)

linguist@rich-paul.net writes:

|>      And oddly, eval $(declare -f foo)
|>      fails entirely, due to the lack of a <cr> or ; in the output.

Use proper quoting.

$ eval "$(declare -f foo)"

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
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]