1
0
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:
Antoine Brodin 2014-04-20 23:47:25 +00:00
parent 0345c64a75
commit 5be1bc5fe0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351658

View File

@ -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 ' ' -