mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
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:
parent
ec602a72bb
commit
2db000bf4e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user