Re: git: 5fb62f357fc9 - main - www/rubygem-passenger: update the list of files for removal

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Wed, 22 Dec 2021 12:57:15 UTC
Am 22.12.2021 um 05:08 schrieb Sergey A. Osokin:
> -	${FIND} ${WRKSRC} -name '*.o' -delete
> -	${FIND} ${WRKSRC} -name '*.bak' -delete
> +	${FIND} ${WRKSRC} -name '*.o' -o -name '*.bak' -o -name '*.orig' | ${XARGS} ${RM}

if you have a space in the path/file, this will fail.

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook