No, I can't.
$ foo%%="bar"
foo%%=bar: command not found
Or better said not in the normal way
$ set foo%%=bar
--
Mit freundlichen Grüßen
Lorenz Bucher
TechConnect GmbH
Im Auftrag der/on behalf of
Rohde & Schwarz GmbH & Co. KG
Postfach 80 14 69 • 81614 München
Mühldorfstraße 15 • 81671
Yes, you got it. I just gave an example to reproduce that Bug. In my case
I didn't find the save script/binary yet.
I use unset -f function as workaround.
But anyway.
In my opinion I should trust a shell not violating their own rules and be
able to import their own variables.
So the % characte
Hello,
in refer to
http://lists.gnu.org/archive/html/bug-bash/2014-09/msg00278.html variables
with suffix "%%" can't be set/exported.
This makes problems restoring environments which where saved by external
programs like printenv (see example below)
I saw this issue on Ubuntu 12.04 with
bash ve