diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build_version.py | 2 | ||||
-rwxr-xr-x | scripts/install.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build_version.py b/scripts/build_version.py index 4bef290b7d..46536b1468 100755 --- a/scripts/build_version.py +++ b/scripts/build_version.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # # Print the build information embedded in a header file. # diff --git a/scripts/install.py b/scripts/install.py index d3bdf52283..9dd77864f4 100755 --- a/scripts/install.py +++ b/scripts/install.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python """\ @file install.py @author Phoenix |