From d120cd9d0996f7ca62d71dc1f108c82373302bf9 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 17 Sep 2019 18:39:27 +0200 Subject: [PATCH] Update the shebang for bash --- bin/update_mirrorlist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update_mirrorlist b/bin/update_mirrorlist index c5b0e23..94325f0 100755 --- a/bin/update_mirrorlist +++ b/bin/update_mirrorlist @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail IFS=$'\n\t'