]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
builder: xtitle check stderr, so it would work in capture blocks too
authorElan Ruusamäe <glen@delfi.ee>
Sun, 1 Nov 2015 19:12:38 +0000 (21:12 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 1 Nov 2015 19:12:38 +0000 (21:12 +0200)
builder.sh

index df16b001e04707e85086e06bbe6a486f376120d5..840a3699afe082a238d4e9c1bc65f8d33b91a6a4 100755 (executable)
@@ -554,7 +554,7 @@ depspecname() {
 }
 
 update_shell_title() {
-       [ -t 1 ] || return
+       [ -t 2 ] || return
        local len=${COLUMNS:-80}
        local msg="$(echo "$*" | cut -c-$len)"
 
This page took 0.034897 seconds and 4 git commands to generate.