Browse code

Properly generate the hardstatus for stack-screenrc.

Fixes bug 974641.

Change-Id: I56879083c6e9d6711afacb786f5e238ff843f55b

Josh Kearney authored on 2012/04/06 06:25:03
Showing 1 changed files
... ...
@@ -759,7 +759,7 @@ function screen_rc {
759 759
         # Name the screen session
760 760
         echo "sessionname stack" > $SCREENRC
761 761
         # Set a reasonable statusbar
762
-        echo 'hardstatus alwayslastline "$SCREEN_HARDSTATUS"' >> $SCREENRC
762
+        echo "hardstatus alwayslastline '$SCREEN_HARDSTATUS'" >> $SCREENRC
763 763
         echo "screen -t stack bash" >> $SCREENRC
764 764
     fi
765 765
     # If this service doesn't already exist in the screenrc file