ash: fix comment, no code changes
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Jul 2017 18:03:24 +0000 (20:03 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Jul 2017 18:03:24 +0000 (20:03 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c

index c52637c922b2b4004a3435f6ee2dea62ff249ffe..0ae086e985a000152882d60629fc5e70ed8dd27f 100644 (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.
  */