diff options
Diffstat (limited to 'scripts/cp-noerror')
-rwxr-xr-x | scripts/cp-noerror | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cp-noerror b/scripts/cp-noerror index d8be6774c7..35eb211be3 100755 --- a/scripts/cp-noerror +++ b/scripts/cp-noerror | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # Allow copying of $1 to $2 but if files in $1 disappear during the copy operation, | 3 | # Allow copying of $1 to $2 but if files in $1 disappear during the copy operation, |
4 | # don't error. | 4 | # don't error. |