Don't exec with a pipe afterwards, it is weird.

PR:             227109
Submitted by:   mat
Sponsored by:   Absolight
This commit is contained in:
Mathieu Arnold
2018-06-08 09:26:28 +00:00
parent 52abedae74
commit e2bee271c6

View File

@@ -5,7 +5,7 @@
#
# PLIST_SUB_SED helper to sort by longest value first.
exec awk '{
awk '{
while (match($0, /s![^!]*![^!]*!g;/)) {
sedp=substr($0, RSTART, RLENGTH)
$0=substr($0, RSTART+RLENGTH)