Re: perlcritic script - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: perlcritic script
Date
Msg-id fff73c19-c36e-3173-d7b5-a9a4f579be5c@2ndquadrant.com
Whole thread Raw
In response to Re: perlcritic script  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: perlcritic script
List pgsql-hackers
On 5/8/18 16:51, Tom Lane wrote:
> Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
>> On 5/8/18 13:57, Andrew Dunstan wrote:
>>> +    # take executable files that file(1) thinks are perl files
>>> +    find . -type f -perm -100 -exec file {} \; -print |
>>> +    egrep -i ':.*perl[0-9]*\>' |
> 
>> How portable is that?
> 
> Well, it's the same code that's in pgperltidy ... but I agree that
> it's making a lot of assumptions about the behavior of file(1).

OK, but then it's not a problem for this thread.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: perlcritic script
Next
From: Thomas Munro
Date:
Subject: Re: [HACKERS] Parallel Append implementation