send xterm title to stderr. reset pkgrel

This commit is contained in:
Natanael Copa 2008-11-10 16:42:44 +00:00
parent fb99675891
commit e5725623a1
1 changed files with 2 additions and 1 deletions

3
abuild
View File

@ -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