Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:29:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272248] security/p5-openxpki{-i18n}: Update to 3.24.2
Message-ID:  <bug-272248-7788-7YYhcgt7v0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272248-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272248-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272248

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |fuz@FreeBSD.org
             Status|New                         |In Progress
                 CC|                            |fuz@FreeBSD.org

--- Comment #1 from Robert Clausecker <fuz@FreeBSD.org> ---
Instead of ${CAT} filelist, you may want to use a redirection operator,
avoiding a useless use of cat.  For example:

    ${XARGS} -I % ${RM} "%.bak" <filelist ;

Will commit this patch as is.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272248-7788-7YYhcgt7v0>