Shorten the ARCH indication in backtitles.

This way the backtitle fits in a standard 80-columns terminal.

Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
This commit is contained in:
mauro.giachero 2009-09-25 09:17:37 +00:00
parent ec602a72bb
commit 2db000bf4e

View File

@ -4168,9 +4168,9 @@ fi
# Set up BACKTITLE
BACKTITLE='Browsing the $REPO_DESC. '
if [[ -n $ARCH ]]; then
BACKTITLE+='\$ARCH is set to $ARCH.'
BACKTITLE+='ARCH: $ARCH'
else
BACKTITLE+='Using default \$ARCH in SlackBuild scripts.'
BACKTITLE+='ARCH: unset'
fi
# This is the command line options and help.