diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 23:31:58 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 23:31:58 +0800 |
| commit | 959c420327b18ca880558c1f8f57628138b2b69f (patch) | |
| tree | e4afd0ff76ad21852ebfca7ec08725488d35c071 /apkg-redundantdeps | |
| parent | 66ead3fc955020873cd37d5c667703cfa4833c83 (diff) | |
| download | autils-959c420327b18ca880558c1f8f57628138b2b69f.tar.gz autils-959c420327b18ca880558c1f8f57628138b2b69f.zip | |
scripts updated
Diffstat (limited to 'apkg-redundantdeps')
| -rwxr-xr-x | apkg-redundantdeps | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apkg-redundantdeps b/apkg-redundantdeps index 9764f3e..ad51a2e 100755 --- a/apkg-redundantdeps +++ b/apkg-redundantdeps @@ -43,3 +43,5 @@ for i in $pkg; do done done done + +exit 0 |