purge-stale-projects.sh: Fix getopt regression #42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "jan/feature/20260630-purge-stale-projects-sh-fix-getopt-regression"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
purge-stale-projects.sh: Fix getopt regression
The last commit passes "$*" to getopt in purge-stale-projects.sh, which is nonsense. Fix that.