aboutsummaryrefslogtreecommitdiff
path: root/apkg-purge
diff options
context:
space:
mode:
Diffstat (limited to 'apkg-purge')
-rwxr-xr-xapkg-purge2
1 files changed, 2 insertions, 0 deletions
diff --git a/apkg-purge b/apkg-purge
index 3ea1d37..37532de 100755
--- a/apkg-purge
+++ b/apkg-purge
@@ -26,6 +26,8 @@ purge() {
done
if [ "$purgeit" ]; then
spm -r $1
+ else
+ echo $1
fi
}