Timeline for Why do options in a quoted variable fail, but work when unquoted?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 28, 2017 at 10:38 | comment | added | John Kugelman |
For plain sh a subshell would preserve the positional arguments: (set -- ...; exec wget "$@" ...).
|
|
| Aug 28, 2017 at 10:24 | history | edited | Stéphane Chazelas | CC BY-SA 3.0 |
added 59 characters in body
|
| Aug 27, 2017 at 0:55 | history | answered | Gilles 'SO- stop being evil' | CC BY-SA 3.0 |