mirror of
git://git.musl-libc.org/musl
synced 2024-12-18 04:34:50 +00:00
remove stupid debug code in wordexp
This commit is contained in:
parent
d251c2645c
commit
90f09a0dde
@ -83,7 +83,6 @@ int wordexp(const char *s, wordexp_t *we, int flags)
|
||||
cmd = malloc(len);
|
||||
if (!cmd) return WRDE_NOSPACE;
|
||||
snprintf(cmd, len, "printf %%s\\\\0 %s %s", s, redir);
|
||||
printf("{%s}\n", cmd);
|
||||
f = popen(cmd, "r");
|
||||
free(cmd);
|
||||
if (!f) return WRDE_NOSPACE;
|
||||
|
Loading…
Reference in New Issue
Block a user