From 2db000bf4eef66a6eb2f365f2a704cf8776d2cdf Mon Sep 17 00:00:00 2001 From: "mauro.giachero" Date: Fri, 25 Sep 2009 09:17:37 +0000 Subject: [PATCH] Shorten the ARCH indication in backtitles. This way the backtitle fits in a standard 80-columns terminal. Signed-off-by: Mauro Giachero --- src/usr/sbin/sbopkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index bb01991..84f4b44 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -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.