bug-bash
[Top][All Lists]
Advanced

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

non alpha-numeric names not supported for "declare -xf"


From: Bernie Zelitch
Subject: non alpha-numeric names not supported for "declare -xf"
Date: Mon, 11 Jun 2001 11:31:22 -0400

I'm not sure this is a defect. At least it appears to be an expectation.

Bash supports non-alpha-numeric names for functions and variables. However,
non-alpha-numeric names cannot be exported. eg:
declare -xf function/with/non-alpha-numerics {
echo test
}

Thank you very much,

Bernie Zelitch
978-618-2734




reply via email to

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