aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-04-21 07:47:25 +0800
committerantoine <antoine@FreeBSD.org>2014-04-21 07:47:25 +0800
commit377ea5b3590cb53cdfaef0f1293414ce736fad72 (patch)
tree6b33c44e9b622ca53ee90f9a0b79f40628e395a7 /Mk
parent7ef875f0202f0aa51058604fe18028851c6569ce (diff)
downloadfreebsd-ports-graphics-377ea5b3590cb53cdfaef0f1293414ce736fad72.tar.gz
freebsd-ports-graphics-377ea5b3590cb53cdfaef0f1293414ce736fad72.tar.zst
freebsd-ports-graphics-377ea5b3590cb53cdfaef0f1293414ce736fad72.zip
Fix plist_sub_sed_sort.sh when value contains spaces
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Scripts/plist_sub_sed_sort.sh2
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 aa58c73e883..bbe90d49edf 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 ' ' -