mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-28 09:58:58 +01: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
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue