From 0cbe851b294a114e7ffd7c669f88cad41d019292 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 9 Feb 2012 16:36:15 +0100 Subject: [PATCH] Launch screen with bash as shell Since screen commands are bash specifics make sure we launch screen with bash login shell instead of other shells. Fixes bug928883. Change-Id: I62b4c7182682deb4ef16ed0cf1a3b5a130c1c4ee --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index c0c30c28e3..f54ef3496b 100755 --- a/stack.sh +++ b/stack.sh @@ -1299,7 +1299,7 @@ function screen_it { } # create a new named screen to run processes in -screen -d -m -S stack -t stack +screen -d -m -S stack -t stack -s /bin/bash sleep 1 # set a reasonable statusbar screen -r stack -X hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%< %= %H"