aboutsummaryrefslogtreecommitdiff
path: root/crosperf/crosperf
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/crosperf')
-rwxr-xr-xcrosperf/crosperf7
1 files changed, 6 insertions, 1 deletions
diff --git a/crosperf/crosperf b/crosperf/crosperf
index a29dcbfa..c98f2dd4 100755
--- a/crosperf/crosperf
+++ b/crosperf/crosperf
@@ -1,2 +1,7 @@
#!/bin/bash
-PYTHONPATH=$(dirname $0)/..:$PYTHONPATH exec python $(dirname $0)/crosperf.py "$@"
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+PYTHONPATH=$(dirname "$0")/..:${PYTHONPATH} exec \
+python3 "$(dirname "$0")/crosperf.py" "$@"