Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 7977974

Browse files
JohnVillalovosgrgustaf
authored andcommitted
[zjsbanner] Use /usr/bin/env python3 (#1825)
On macOS builds python3 is installed in /usr/local/bin/python3 instead of /usr/bin/python3 (which is where it is on Linux systems). Use /usr/bin/env as it will find python3 if it is in the path. Signed-off-by: John L. Villalovos <[email protected]>
1 parent ede4509 commit 7977974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/zjsbanner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
# Copyright (c) 2017, Intel Corporation.
44

0 commit comments

Comments
 (0)