2014-09-27 22:29 Eric Blake napisał(a):
> Thankfully, bash already forbids trying to name a function 'a=b'

It works in bash 4.3.26:

$ function a=b() { echo A; }
$ "a=b"
A
$ a\=b
A

--
Arfrever Frehtes Taifersar Arahesis

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to