Abstract over bin paths using env (#11339)

Signed-off-by: Matthias Herrmann <matthias.mh.herrmann@gmail.com>
This commit is contained in:
Matthias Herrmann
2021-10-06 16:19:38 +02:00
committed by GitHub
parent 192be0def8
commit 61324f8b96

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
[ $# -lt 3 ] && { echo "Usage: $0 <BindingIdInCamelCase> <Author> <GitHub Username>"; exit 1; }