Skip to content

Commit 93483d5

Browse files
committed
Remove a commented and outdated busybox code
This piece of code was never live in mc. It would work around a BusyBox bug that was fixed in 2012. Signed-off-by: Egmont Koblinger <[email protected]>
1 parent c5e49b9 commit 93483d5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/subshell/common.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,13 +1336,6 @@ subshell_name_quote (const char *s)
13361336
quote_cmd_start = "(printf '%b' '";
13371337
quote_cmd_end = "')";
13381338
}
1339-
/* TODO: When BusyBox printf is fixed, get rid of this "else if", see
1340-
https://lists.busybox.net/pipermail/busybox/2012-March/077460.html */
1341-
/* else if (subshell_type == ASH_BUSYBOX)
1342-
{
1343-
quote_cmd_start = "\"`echo -en '";
1344-
quote_cmd_end = "'`\"";
1345-
} */
13461339
else
13471340
{
13481341
quote_cmd_start = "\"`printf '%b' '";

0 commit comments

Comments
 (0)