mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Fix plist_sub_sed_sort.sh when value contains spaces
This commit is contained in:
parent
0345c64a75
commit
5be1bc5fe0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351658
@ -14,4 +14,4 @@ exec awk '{
|
||||
gsub(/\\./, ".", a[2])
|
||||
print length(a[2]), sedp
|
||||
}
|
||||
}' | sort -rn | awk '{print $2}' | paste -s -d ' ' -
|
||||
}' | sort -rn | awk '{$1=""; print $0}' | paste -s -d ' ' -
|
||||
|
Loading…
Reference in New Issue
Block a user