summaryrefslogtreecommitdiff
path: root/standalone/linux/runshell
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/linux/runshell')
-rwxr-xr-xstandalone/linux/runshell2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/linux/runshell b/standalone/linux/runshell
index 816c3036e..e3d75d7a0 100755
--- a/standalone/linux/runshell
+++ b/standalone/linux/runshell
@@ -67,5 +67,5 @@ if [ "$1" ]; then
shift 1
exec "$cmd" "$@"
else
- $SHELL
+ sh
fi