From c561ead396932ba1dbfacfc1c85db63c520ba395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 8 Feb 2024 22:34:48 +0100 Subject: [PATCH] Fix scripts shebangs --- autopatches/autopatch.py | 2 +- autopatches/patches/add-cpe/patch.sh | 2 +- list_builder.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autopatches/autopatch.py b/autopatches/autopatch.py index 6f52d30..34ce499 100755 --- a/autopatches/autopatch.py +++ b/autopatches/autopatch.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import json import os diff --git a/autopatches/patches/add-cpe/patch.sh b/autopatches/patches/add-cpe/patch.sh index 2b6b2d6..ad27a11 100644 --- a/autopatches/patches/add-cpe/patch.sh +++ b/autopatches/patches/add-cpe/patch.sh @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import csv import json diff --git a/list_builder.py b/list_builder.py index cf746d9..e48ca57 100755 --- a/list_builder.py +++ b/list_builder.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import copy import json