diff options
Diffstat (limited to 'util/lint')
-rwxr-xr-x | util/lint/checkpatch_json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lint/checkpatch_json.py b/util/lint/checkpatch_json.py index 74ad96a100..c8dd36df44 100755 --- a/util/lint/checkpatch_json.py +++ b/util/lint/checkpatch_json.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (C) 2018 Intel Corporation. # written by Naresh G Solanki<naresh.solanki@intel.com> and # Maulik V Vaghela <maulik.v.vaghela@intel.com> |