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