Merge "Fixes SCREEN_HARDSTATUS default value"

This commit is contained in:
Jenkins 2015-01-31 00:08:29 +00:00 committed by Gerrit Code Review
commit e256022a16

View File

@ -895,7 +895,7 @@ if [[ "$USE_SCREEN" == "True" ]]; then
sleep 1
# Set a reasonable status bar
SCREEN_HARDSTATUS=${SCREEN_HARDSTATUS-:}
SCREEN_HARDSTATUS=${SCREEN_HARDSTATUS:-}
if [ -z "$SCREEN_HARDSTATUS" ]; then
SCREEN_HARDSTATUS='%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})'
fi