diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-07-26 16:23:57 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-08-01 14:28:44 +0300 |
commit | 9207fccde201e6b74ed18503368466d9a02e9073 (patch) | |
tree | 5c08df2d945c507797887acaafbbe76986f4095b /abuild.in | |
parent | d13decf47b4e5dcb5615e935950c062f97c9376a (diff) | |
download | abuild-9207fccde201e6b74ed18503368466d9a02e9073.tar.gz abuild-9207fccde201e6b74ed18503368466d9a02e9073.tar.bz2 abuild-9207fccde201e6b74ed18503368466d9a02e9073.tar.xz abuild-9207fccde201e6b74ed18503368466d9a02e9073.zip |
abuild: display target arch in xterm title for cross build
Diffstat (limited to 'abuild.in')
-rw-r--r-- | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |