diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-20 23:47:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-20 23:47:25 +0000 |
commit | 5be1bc5fe084ae30fe295ae714da72cb4915e6d7 (patch) | |
tree | 6b33c44e9b622ca53ee90f9a0b79f40628e395a7 /Mk | |
parent | 0345c64a750848c3301f4a937db09b684d03b96a (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Scripts/plist_sub_sed_sort.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/plist_sub_sed_sort.sh b/Mk/Scripts/plist_sub_sed_sort.sh index aa58c73e883c..bbe90d49edff 100644 --- a/Mk/Scripts/plist_sub_sed_sort.sh +++ b/Mk/Scripts/plist_sub_sed_sort.sh @@ -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 ' ' - |