diff options
Diffstat (limited to 'scripts/gcc-wrapper.py')
-rwxr-xr-x | scripts/gcc-wrapper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 230e1501219e..1f48a7b75f21 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -1,7 +1,7 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 # -*- coding: utf-8 -*- -# Copyright (c) 2011-2014, The Linux Foundation. All rights reserved. +# Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: |