summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-core/initscripts/initscripts-1.0/sushell
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/recipes-core/initscripts/initscripts-1.0/sushell')
-rw-r--r--external/poky/meta/recipes-core/initscripts/initscripts-1.0/sushell5
1 files changed, 5 insertions, 0 deletions
diff --git a/external/poky/meta/recipes-core/initscripts/initscripts-1.0/sushell b/external/poky/meta/recipes-core/initscripts/initscripts-1.0/sushell
new file mode 100644
index 00000000..c319d95b
--- /dev/null
+++ b/external/poky/meta/recipes-core/initscripts/initscripts-1.0/sushell
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+[ -z "$SUSHELL" ] && SUSHELL=/bin/sh
+
+exec $SUSHELL