mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-02-06 01:16:34 +00:00
updated
This commit is contained in:
3
scratch
3
scratch
@@ -458,7 +458,8 @@ updports() {
|
||||
|
||||
duplicateports() {
|
||||
|
||||
dup=$(find ${PORT_REPO[@]} -type d | grep '/' | rev | cut -d '/' -f1 | rev | sort | uniq -d)
|
||||
dup=$(find ${PORT_REPO[@]} -type d -print | egrep -xv "($(echo ${PORT_REPO[@]} | tr ' ' '|'))" | \
|
||||
rev | cut -d '/' -f1 | rev | sort | uniq -d)
|
||||
|
||||
if [ "$dup" ]; then
|
||||
for dp in $dup; do
|
||||
|
||||
Reference in New Issue
Block a user