summaryrefslogtreecommitdiffstats
path: root/scripts/cp-noerror
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-06-02 13:13:02 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-03 13:13:29 +0100
commitcdff6bc0c154a5d58a6e6892979af4f99d5a0d74 (patch)
treea7b717c10a9eb696c5f57d0f81b3e942f2b5126e /scripts/cp-noerror
parent4e36eeee7797ed1e3418b3ccb81797211edab573 (diff)
downloadpoky-cdff6bc0c154a5d58a6e6892979af4f99d5a0d74.tar.gz
scripts: python3: change python to python3 in shebang
(From OE-Core rev: 4b544ff388497cac82b0585f237900595523e1cb) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/cp-noerror')
-rwxr-xr-xscripts/cp-noerror2
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.