diff --git a/rebuild.sh b/rebuild.sh index 7c4780f..3dc9b23 100644 --- a/rebuild.sh +++ b/rebuild.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash workdir=$(dirname "$0") log=$workdir/app_list_auto_update.log diff --git a/tools/autopatches/autopatch.py b/tools/autopatches/autopatch.py index 6f52d30..34ce499 100755 --- a/tools/autopatches/autopatch.py +++ b/tools/autopatches/autopatch.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import json import os diff --git a/tools/autopatches/patches/add-cpe/patch.sh b/tools/autopatches/patches/add-cpe/patch.sh index 2b6b2d6..ad27a11 100644 --- a/tools/autopatches/patches/add-cpe/patch.sh +++ b/tools/autopatches/patches/add-cpe/patch.sh @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import csv import json diff --git a/tools/list_builder.py b/tools/list_builder.py index cf746d9..e48ca57 100755 --- a/tools/list_builder.py +++ b/tools/list_builder.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import copy import json