From c209188bc4912e0fb55d818d8157cbdcde067d3c Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 5 Jun 2019 13:48:32 +0200 Subject: menuconfig: Have hashbang point to 'python' instead of 'python3' Consistent with the other utilities, and now works even when 'python' is Python 2. --- menuconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3