oh-my-fish / plugin-foreign-env

Run foreign bash scripts and capture exported environment variables
MIT License
221 stars 15 forks source link

Equals sign in the value of the variable causes incorrect result #6

Closed borisjoffe closed 8 years ago

borisjoffe commented 8 years ago

Run: fenv "export a='b=c'"; echo $a

Expected result: b=c

Actual result: c