diff options
Diffstat (limited to 'toys/other/pivot_root.c')
-rw-r--r-- | toys/other/pivot_root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/pivot_root.c b/toys/other/pivot_root.c index 9a1f56ca..7748032b 100644 --- a/toys/other/pivot_root.c +++ b/toys/other/pivot_root.c @@ -2,7 +2,7 @@ * * Copyright 2012 Rob Landley <rob@landley.net> -USE_PIVOT_ROOT(NEWTOY(pivot_root, "<2>2", TOYFLAG_USR|TOYFLAG_BIN)) +USE_PIVOT_ROOT(NEWTOY(pivot_root, "<2>2", TOYFLAG_SBIN)) config PIVOT_ROOT bool "pivot_root" |