mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Tools/scripts/rmport: remove extraneous trailing '/' in single-port commit messages
This commit is contained in:
parent
021979f6cf
commit
3a59d525a9
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ gitlog=$(mktemp -t gitlog)
|
|||
gitrmlist=$(mktemp -t gitrmlist)
|
||||
|
||||
if [ $# -eq 1 ] ; then
|
||||
topic="$1"
|
||||
topic="${1%/}"
|
||||
plural=""
|
||||
else
|
||||
log "/!\\ Removing multiple ports at once, commit topic will be generic /!\\"
|
||||
|
|
Loading…
Add table
Reference in a new issue