Timeline for Exporting environment variable
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 26, 2012 at 5:41 | history | migrated | from stackoverflow.com (revisions) | ||
| Feb 25, 2012 at 9:20 | comment | added | Gordon Davisson |
Don't use eval $hello, use eval "$hello". Without the double-quotes, some unwanted parsing is done, which can cause very weird bugs. See this answer for an example (in a rather different situation, but the same principles apply).
|
|
| Feb 25, 2012 at 3:16 | history | answered | Krazy Glew | CC BY-SA 3.0 |