diff --git a/scripts/build-all.py b/scripts/build-all.py index 618000f0531f..4f5db40095ab 100755 --- a/scripts/build-all.py +++ b/scripts/build-all.py @@ -1,6 +1,6 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 -# Copyright (c) 2009-2014, The Linux Foundation. All rights reserved. +# Copyright (c) 2009-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: 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: