summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]build_default.py2
-rwxr-xr-x[-rw-r--r--]set_up_default_resources.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/build_default.py b/build_default.py
index b61da13..3bb91b1 100644..100755
--- a/build_default.py
+++ b/build_default.py
@@ -1,4 +1,4 @@
-#!env/bin/python3
+#!/usr/bin/env python3
# Copyright (c) 2021 Arm Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
diff --git a/set_up_default_resources.py b/set_up_default_resources.py
index 0a02395..915120f 100644..100755
--- a/set_up_default_resources.py
+++ b/set_up_default_resources.py
@@ -1,4 +1,4 @@
-#!env/bin/python3
+#!/usr/bin/env python3
# Copyright (c) 2021 Arm Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0