summaryrefslogtreecommitdiff
path: root/menuconfig.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-06-05 13:48:32 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-06-06 04:33:56 +0200
commitc209188bc4912e0fb55d818d8157cbdcde067d3c (patch)
tree30a22a1e6806418340b27f992cfa4ac0e90855f5 /menuconfig.py
parentfe6ed995ea1f7491d6935710b71c052eeb34b821 (diff)
menuconfig: Have hashbang point to 'python' instead of 'python3'
Consistent with the other utilities, and now works even when 'python' is Python 2.
Diffstat (limited to 'menuconfig.py')
-rwxr-xr-xmenuconfig.py2
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