diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-24 20:03:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-24 20:03:24 +0200 |
commit | 5c123ac2082530ef4426737183ff76fe4595e1ff (patch) | |
tree | ec21da41c97c04ff5dec4c2a7716c7750f051a74 | |
parent | 8d2191c6aedf60c29dc0a6ee8c452fee7e460ee7 (diff) | |
download | busybox-w32-5c123ac2082530ef4426737183ff76fe4595e1ff.tar.gz busybox-w32-5c123ac2082530ef4426737183ff76fe4595e1ff.tar.bz2 busybox-w32-5c123ac2082530ef4426737183ff76fe4595e1ff.zip |
ash: fix comment, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | shell/ash.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/ash.c b/shell/ash.c index c52637c92..0ae086e98 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -1788,9 +1788,6 @@ single_quote(const char *s) | |||
1788 | 1788 | ||
1789 | /* | 1789 | /* |
1790 | * Produce a possibly single quoted string suitable as input to the shell. | 1790 | * Produce a possibly single quoted string suitable as input to the shell. |
1791 | * If 'conditional' is nonzero, quoting is only done if the string contains | ||
1792 | * non-shellsafe characters, or is identical to a shell keyword (reserved | ||
1793 | * word); if it is zero, quoting is always done. | ||
1794 | * If quoting was done, the return string is allocated on the stack, | 1791 | * If quoting was done, the return string is allocated on the stack, |
1795 | * otherwise a pointer to the original string is returned. | 1792 | * otherwise a pointer to the original string is returned. |
1796 | */ | 1793 | */ |