Skip to content

Commit 0cbe851

Browse files
committed
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
1 parent fcd1352 commit 0cbe851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ function screen_it {
12991299
}
13001300

13011301
# create a new named screen to run processes in
1302-
screen -d -m -S stack -t stack
1302+
screen -d -m -S stack -t stack -s /bin/bash
13031303
sleep 1
13041304
# set a reasonable statusbar
13051305
screen -r stack -X hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%< %= %H"

0 commit comments

Comments
 (0)