checkpkg: get back to working directory after soname check

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
This commit is contained in:
Allan McRae 2010-12-19 19:03:06 +10:00 committed by Pierre Schmitz
parent 62860de113
commit 1094111559
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ for _pkgname in ${pkgname[@]}; do
echo -n "${i}: "
objdump -p $i | grep SONAME
done
cd ..
else
echo "No soname differences for $_pkgname."
fi