ash: fix comment, no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
1_28_stable
Denys Vlasenko 2017-07-24 20:03:24 +02:00
parent 8d2191c6ae
commit 5c123ac208
1 changed files with 0 additions and 3 deletions

View File

@ -1788,9 +1788,6 @@ single_quote(const char *s)
/*
* Produce a possibly single quoted string suitable as input to the shell.
* If 'conditional' is nonzero, quoting is only done if the string contains
* non-shellsafe characters, or is identical to a shell keyword (reserved
* word); if it is zero, quoting is always done.
* If quoting was done, the return string is allocated on the stack,
* otherwise a pointer to the original string is returned.
*/