-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* The install command doesn't have an equivalent of cp's no-clobber (-n) flag to preserve existing files * Running "install -C ..." will preserve and existing file if it's identical to the file being copied * This patch adds -b, which preserves an existing file by renaming it to $YOURNAMEHERE.old * If the rename() fails, the file should not be copied because that would clobber it
- Loading branch information
Showing
1 changed file
with
35 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters