diff options
Diffstat (limited to 'apkg-orphan')
| -rwxr-xr-x | apkg-orphan | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apkg-orphan b/apkg-orphan index e30bc5c..c57cbca 100755 --- a/apkg-orphan +++ b/apkg-orphan @@ -14,3 +14,5 @@ for i in $(apkg -a); do done [ "$orphan" ] && echo $i done + +exit 0 |