From 1b580563cf84054074f9db85645f87aa0ae95e99 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 22 May 2022 18:55:20 -0700 Subject: [PATCH] update-config.py: Use python2 --- update-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-config.py b/update-config.py index fb1adca..04bfd28 100755 --- a/update-config.py +++ b/update-config.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # update-config.py: A program to help automate updating the # kernel configuration. -- 2.31.1