summaryrefslogtreecommitdiffstats
path: root/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-10 16:42:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-10 16:42:44 +0000
commite5725623a1d8aebba7679ce0e03fb34ee98aa0e2 (patch)
tree79f53e4baea5fcb5946efd5f23246a616c012b22 /abuild
parentfb99675891fa46ea39a5447ff8b803ffd4c6bb85 (diff)
downloadabuild-e5725623a1d8aebba7679ce0e03fb34ee98aa0e2.tar.bz2
abuild-e5725623a1d8aebba7679ce0e03fb34ee98aa0e2.tar.xz
send xterm title to stderr. reset pkgrel
Diffstat (limited to 'abuild')
-rwxr-xr-xabuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/abuild b/abuild
index 4474021..ac09dbb 100755
--- a/abuild
+++ b/abuild
@@ -60,7 +60,7 @@ error() {
set_xterm_title() {
if [ "$TERM" = xterm ]; then
- printf "\033]0;$1\007"
+ printf "\033]0;$1\007" >&2
fi
}
@@ -381,6 +381,7 @@ find_aport() {
msg "Searching for $1 in aports tree..."
cd ../..
for i in */*/APKBUILD; do
+ pkgrel=
. $i
local j
for j in $pkgname $subpackages; do