aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toys/chroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/chroot.c b/toys/chroot.c
index a3a5f53c..06823796 100644
--- a/toys/chroot.c
+++ b/toys/chroot.c
@@ -6,7 +6,7 @@
*
* Not in SUSv3.
-USE_CHROOT(NEWTOY(chroot, "<1", TOYFLAG_USR|TOYFLAG_SBIN))
+USE_CHROOT(NEWTOY(chroot, "^<1", TOYFLAG_USR|TOYFLAG_SBIN))
config CHROOT
bool "chroot"