From a51c8893149daee7110058bfb72a7181744893f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Tue, 26 Jul 2016 16:23:57 +0000 Subject: [PATCH] abuild: display target arch in xterm title for cross build --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index 14f8387..84971b1 100644 --- a/abuild.in +++ b/abuild.in @@ -2250,7 +2250,7 @@ fi controldir="$pkgbasedir"/.control.${subpkgname:-$pkgname} trap 'die "Aborted by user"' INT -[ -z "$subpkgdir" ] && set_xterm_title "abuild: $pkgname" +[ -z "$subpkgdir" ] && set_xterm_title "abuild${CROSS_COMPILE+-$CARCH}: $pkgname" if [ -z "$1" ]; then set all