diff options
Diffstat (limited to 'scripts/cp-noerror')
-rwxr-xr-x | scripts/cp-noerror | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/cp-noerror b/scripts/cp-noerror index 35eb211be3..ab617c5d35 100755 --- a/scripts/cp-noerror +++ b/scripts/cp-noerror | |||
@@ -1,5 +1,7 @@ | |||
1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # SPDX-License-Identifier: GPL-2.0-only | ||
4 | # | ||
3 | # Allow copying of $1 to $2 but if files in $1 disappear during the copy operation, | 5 | # Allow copying of $1 to $2 but if files in $1 disappear during the copy operation, |
4 | # don't error. | 6 | # don't error. |
5 | # Also don't error if $1 disappears. | 7 | # Also don't error if $1 disappears. |