aboutsummaryrefslogtreecommitdiffstats
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-02 11:50:27 +0100
commit4b544ff388497cac82b0585f237900595523e1cb (patch)
treefef2f6eb87af87417c3a7aec0681320d8d5159e2 /scripts/cp-noerror
parentae4d36375683b6cfd48af25bfca70b2e77f7ade5 (diff)
downloadopenembedded-core-contrib-4b544ff388497cac82b0585f237900595523e1cb.tar.gz
scripts: python3: change python to python3 in shebang
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 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Allow copying of $1 to $2 but if files in $1 disappear during the copy operation,
# don't error.