Apply a patch from Evin Robertson -- new pivot_root applet.
[oweals/busybox.git] / sh.c
diff --git a/sh.c b/sh.c
index 87c37caa91b1e5ca61e4dd82a25017dcfef433e9..b1a7b93cfa9a1f0e4ac6b68eb96489dde027f68b 100644 (file)
--- a/sh.c
+++ b/sh.c
@@ -1371,7 +1371,7 @@ static int pseudo_exec(struct child_prog *child)
        struct built_in_command *x;
 #ifdef BB_FEATURE_SH_STANDALONE_SHELL
        struct BB_applet *applet;
-       const char *name;
+       char *name;
 #endif
 
        /* Check if the command matches any of the non-forking builtins.