diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-06-05 13:48:32 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-06-06 04:33:56 +0200 |
| commit | c209188bc4912e0fb55d818d8157cbdcde067d3c (patch) | |
| tree | 30a22a1e6806418340b27f992cfa4ac0e90855f5 | |
| parent | fe6ed995ea1f7491d6935710b71c052eeb34b821 (diff) | |
menuconfig: Have hashbang point to 'python' instead of 'python3'
Consistent with the other utilities, and now works even when 'python' is
Python 2.
| -rwxr-xr-x | menuconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menuconfig.py b/menuconfig.py index 9dd70f9..ce86d89 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # Copyright (c) 2018-2019, Nordic Semiconductor ASA and Ulf Magnusson # SPDX-License-Identifier: ISC |
