Skip to content

Commit 076e86a

Browse files
committed
Properly generate the hardstatus for stack-screenrc.
Fixes bug 974641. Change-Id: I56879083c6e9d6711afacb786f5e238ff843f55b
1 parent e474403 commit 076e86a

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
@@ -759,7 +759,7 @@ function screen_rc {
759759
# Name the screen session
760760
echo "sessionname stack" > $SCREENRC
761761
# Set a reasonable statusbar
762-
echo 'hardstatus alwayslastline "$SCREEN_HARDSTATUS"' >> $SCREENRC
762+
echo "hardstatus alwayslastline '$SCREEN_HARDSTATUS'" >> $SCREENRC
763763
echo "screen -t stack bash" >> $SCREENRC
764764
fi
765765
# If this service doesn't already exist in the screenrc file

0 commit comments

Comments
 (0)