This is an archive of the discontinued LLVM Phabricator instance.

[XRay] rm GLOB || true -> rm -f
ClosedPublic

Authored by MaskRay on Jun 18 2018, 9:53 PM.

Details

Summary

rm -f does not write diagnostic message when there is no file argument.

Diff Detail

Event Timeline

MaskRay created this revision.Jun 18 2018, 9:53 PM
Herald added subscribers: Restricted Project, llvm-commits, delcypher. · View Herald TranscriptJun 18 2018, 9:53 PM
dberris accepted this revision.Jun 18 2018, 9:55 PM

LGTM

This revision is now accepted and ready to land.Jun 18 2018, 9:55 PM
This revision was automatically updated to reflect the committed changes.