summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2010-12-19 10:03:06 +0100
committerPierre Schmitz <pierre@archlinux.de>2011-01-08 17:04:27 +0100
commit1094111559bea488054b6a9fbbfb77013803d563 (patch)
tree73f0720bf91f28dca1d93915fb7d5e2109df712b
parent62860de113c6896f817e83f9cdf766a78991a511 (diff)
downloaddevtools-1094111559bea488054b6a9fbbfb77013803d563.tar.gz
devtools-1094111559bea488054b6a9fbbfb77013803d563.tar.xz
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>
-rwxr-xr-xcheckpkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkpkg b/checkpkg
index e1667b9..38e33ad 100755
--- a/checkpkg
+++ b/checkpkg
@@ -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