Page MenuHomeFreeBSD

sed: Use S_ISREG.
ClosedPublic

Authored by delphij on Jan 8 2016, 6:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 17, 3:17 PM
Unknown Object (File)
Fri, May 16, 8:38 AM
Unknown Object (File)
Apr 28 2025, 11:23 PM
Unknown Object (File)
Apr 26 2025, 3:16 PM
Unknown Object (File)
Apr 26 2025, 2:14 PM
Unknown Object (File)
Apr 26 2025, 10:28 AM
Unknown Object (File)
Feb 28 2025, 9:24 AM
Unknown Object (File)
Feb 27 2025, 3:33 PM
Subscribers

Details

Summary

Use S_ISREG instead of manual & (also it's better to compare the
result from & and the pattern instead of just assuming it's one bit
value).

Pointed out by Tianjie Mao <tjmao tjmao com>.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

delphij retitled this revision from to Use S_ISREG..
delphij updated this object.
delphij edited the test plan for this revision. (Show Details)
delphij added a reviewer: des.
delphij retitled this revision from Use S_ISREG. to sed: Use S_ISREG..Jan 8 2016, 6:34 AM
This revision was automatically updated to reflect the committed changes.

This change breaks sed -i on symlinks which breaks lots of ports.