From d0d216415efe508df32c4152b44a9650a4a80820 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 5 Dec 2018 19:53:42 +0100 Subject: Prefer bash over sh. --- buildbot/make_auditor_reports.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildbot/make_auditor_reports.sh') diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh index b423d10..4c6803d 100755 --- a/buildbot/make_auditor_reports.sh +++ b/buildbot/make_auditor_reports.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Logic that creates auditor reports, respecting # the config file that lives under ${HOME}/.config/taler.conf. -- cgit v1.2.3