Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Fix unlink(1) for files starting with -Restore the original behavior of unlink(1), passing the provided filenamedirectly to unlink(2), handling the first argument being "--" correctly.This fixes
Fix unlink(1) for files starting with -Restore the original behavior of unlink(1), passing the provided filenamedirectly to unlink(2), handling the first argument being "--" correctly.This fixes "unlink -foo", broken in r97533.PR: 228448Submitted by: Brennan Vincent <[email protected]> (original version)Submitted by: Yuri PankovReported by: Brennan Vincent <[email protected]>Reviewed by: emaste, kevans, vangyzen, 0mpApproved by: re (delphij)Differential Revision: https://reviews.freebsd.org/D17132
show more ...