Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2018 09:26:28 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471990 - head/Mk/Scripts
Message-ID:  <201806080926.w589QSmv044288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Jun  8 09:26:28 2018
New Revision: 471990
URL: https://svnweb.freebsd.org/changeset/ports/471990

Log:
  Don't exec with a pipe afterwards, it is weird.
  
  PR:             227109
  Submitted by:   mat
  Sponsored by:   Absolight

Modified:
  head/Mk/Scripts/plist_sub_sed_sort.sh   (contents, props changed)

Modified: head/Mk/Scripts/plist_sub_sed_sort.sh
==============================================================================
--- head/Mk/Scripts/plist_sub_sed_sort.sh	Fri Jun  8 09:26:25 2018	(r471989)
+++ head/Mk/Scripts/plist_sub_sed_sort.sh	Fri Jun  8 09:26:28 2018	(r471990)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806080926.w589QSmv044288>