From 1b58f2cc9d1a90edefb8dfee91dd94810c457993 Mon Sep 17 00:00:00 2001 From: Crest Date: Wed, 26 Oct 2022 15:27:17 +0200 Subject: [PATCH] Don't depend on a specific Python 3.x version --- library/sysrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/sysrc b/library/sysrc index 65bb21f..ebc1a7e 100755 --- a/library/sysrc +++ b/library/sysrc @@ -1,4 +1,4 @@ -#!/usr/local/bin/python3.7 +#!/usr/local/bin/python3 # -*- coding: utf-8 -*- # # (c) 2014, David Lundgren