|
|
|
|
|
by guappa
661 days ago
|
|
Wait until he finds out about busybox! Also claiming that the windows API to call a new process is good… wow… I guess he's never had to pass a filename with quotes and spaces in its name. The API expects you to do the escaping yourself. Yes it needs to be escaped, because it's all one single string. |
|
A side effect of that is that programs do their own unescaping. Unix users who are used to quotes being stripped for them may be surprised by this.