aboutsummaryrefslogtreecommitdiff
path: root/toys/other/nsenter.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/nsenter.c')
-rw-r--r--toys/other/nsenter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/nsenter.c b/toys/other/nsenter.c
index d53de41e..8f548bf0 100644
--- a/toys/other/nsenter.c
+++ b/toys/other/nsenter.c
@@ -112,5 +112,5 @@ void unshare_main(void)
}
}
- xexec_optargs(0);
+ xexec(toys.optargs);
}