Update the shebang for bash

This commit is contained in:
Rodolphe Breard 2019-09-17 18:39:27 +02:00
parent d2450a9081
commit d120cd9d09

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'