diff options
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 9a7147d72..19565d185 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -14343,7 +14343,6 @@ forkshell_copy(struct forkshell *fs) | |||
14343 | new->cmdtable = cmdtable_copy(fs->cmdtable); | 14343 | new->cmdtable = cmdtable_copy(fs->cmdtable); |
14344 | SAVE_PTR3(new->gvp, new->gmp, new->cmdtable); | 14344 | SAVE_PTR3(new->gvp, new->gmp, new->cmdtable); |
14345 | 14345 | ||
14346 | /* new->fs will be reconstructed from new->fpid */ | ||
14347 | new->n = copynode(fs->n); | 14346 | new->n = copynode(fs->n); |
14348 | new->argv = argv_copy(fs->argv); | 14347 | new->argv = argv_copy(fs->argv); |
14349 | new->string = nodeckstrdup(fs->string); | 14348 | new->string = nodeckstrdup(fs->string); |