summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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