Skip to content

Commit c209188

Browse files
committed
menuconfig: Have hashbang point to 'python' instead of 'python3'
Consistent with the other utilities, and now works even when 'python' is Python 2.
1 parent fe6ed99 commit c209188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menuconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22

33
# Copyright (c) 2018-2019, Nordic Semiconductor ASA and Ulf Magnusson
44
# SPDX-License-Identifier: ISC

0 commit comments

Comments
 (0)