From 9368e485cfa2f080df7d35738b3d1e110b5b7359 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 --- rebuild.sh | 2 +- tools/autopatches/autopatch.py | 2 +- tools/autopatches/patches/add-cpe/patch.sh | 2 +- tools/list_builder.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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