From 602f406b4a74b26b32c3af8ba20d5bebcebdc5d9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Dec 2012 14:44:44 -0400 Subject: runshell: start sh, not $SHELL $SHELL may need libraries not included in the bundle --- standalone/linux/runshell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone/linux') 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 -- cgit v1.2.3