From a66c2ffb89a284d5e016c3c1c1c7bbdf1b046675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Marie?= Date: Thu, 26 Apr 2018 08:20:45 +0200 Subject: [PATCH] fix more shell scripts shebangs --- contrib/anonymiser.sh | 2 +- contrib/report_accounts.sh | 2 +- release.sh | 2 +- tools/generate_changelog_modules.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/anonymiser.sh b/contrib/anonymiser.sh index a5952091c9..a34187a2df 100755 --- a/contrib/anonymiser.sh +++ b/contrib/anonymiser.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # A special file with the list of words to replace. The format is one word per line, with a tabulation as separation # Example: diff --git a/contrib/report_accounts.sh b/contrib/report_accounts.sh index abd0b5640b..fd8cc84647 100755 --- a/contrib/report_accounts.sh +++ b/contrib/report_accounts.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Rapport des comptes bancaires # Liste l'intégralité des comptes dans Boobank, leurs dernières opérations et les opérations à venir # et envoie ça par mail si --mail machin@example.tld est spécifié, sinon ça affiche diff --git a/release.sh b/release.sh index 02bfe20d0e..b2fbabe005 100755 --- a/release.sh +++ b/release.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # This script is used to release a version. set -e diff --git a/tools/generate_changelog_modules.sh b/tools/generate_changelog_modules.sh index 670f1139b4..5db6c03faa 100755 --- a/tools/generate_changelog_modules.sh +++ b/tools/generate_changelog_modules.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Usage: weboob$ tools/generate_changelog_modules.sh TAG "list of hash" [show] -- GitLab