diff options
author | Chelsea Voss <csvoss@mit.edu> | 2016-10-30 13:01:28 -0400 |
---|---|---|
committer | Chelsea Voss <csvoss@mit.edu> | 2016-10-30 13:01:28 -0400 |
commit | f11dc5e101263a0c3c2ea7ca18c26f2a28020a9f (patch) | |
tree | c22092cf2189469e0f303741524ffffa17ab083f | |
parent | 095bf921806b23213775180428c2bd230cb9adff (diff) |
Use env to execute python3
-rwxr-xr-x | build_scripts/clang | 3 | ||||
-rwxr-xr-x | build_scripts/generate_mdl | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/build_scripts/clang b/build_scripts/clang index 8645cba..d3eebc7 100755 --- a/build_scripts/clang +++ b/build_scripts/clang @@ -1,5 +1,6 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Copyright 2016 Benjamin Barenblat +# Copyright 2016 Chelsea Voss # # Licensed under the Apache License, Version 2.0 (the “License”); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/build_scripts/generate_mdl b/build_scripts/generate_mdl index 3e06aaf..7c79996 100755 --- a/build_scripts/generate_mdl +++ b/build_scripts/generate_mdl @@ -1,5 +1,6 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Copyright 2016 Benjamin Barenblat +# Copyright 2016 Chelsea Voss # # Licensed under the Apache License, Version 2.0 (the “License”); you may not # use this file except in compliance with the License. You may obtain a copy of |