summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-07-26 16:23:57 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-08-01 14:28:44 +0300
commit9207fccde201e6b74ed18503368466d9a02e9073 (patch)
tree5c08df2d945c507797887acaafbbe76986f4095b
parentd13decf47b4e5dcb5615e935950c062f97c9376a (diff)
downloadabuild-9207fccde201e6b74ed18503368466d9a02e9073.tar.gz
abuild-9207fccde201e6b74ed18503368466d9a02e9073.tar.bz2
abuild-9207fccde201e6b74ed18503368466d9a02e9073.tar.xz
abuild-9207fccde201e6b74ed18503368466d9a02e9073.zip
abuild: display target arch in xterm title for cross build
-rw-r--r--abuild.in2
1 files changed, 1 insertions, 1 deletions
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