Skip to content

Commit

Permalink
[merge] from unstable into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
OneCDOnly committed Oct 9, 2024
2 parents a592b72 + b674f62 commit 33199ee
Show file tree
Hide file tree
Showing 6 changed files with 227 additions and 248 deletions.
Binary file modified objects.tar.gz
Binary file not shown.
Binary file modified sherpa-manager.tar.gz
Binary file not shown.
3 changes: 0 additions & 3 deletions support/list-unused-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ for b in $(grep '()$' "$a" | grep -v '=\|\$\|_(' | sed 's|()||g'); do
case $b in
IPKs:upgrade|IPKs:install|IPKs:downgrade|PIPs:install) # called by constructing the function name with vars.
continue
# ;;
# QPKGs.Actions:ListAll|QPKGs.GrAll:Show|QPKG.GetAppAuthor) # unused for-now.
# continue
esac

if [[ $(grep -ow "$b" < "$a" | wc -l) -eq 1 ]]; then
Expand Down
Loading

0 comments on commit 33199ee

Please sign in to comment.