Abstract over bin paths using env (#11339)

Signed-off-by: Matthias Herrmann <matthias.mh.herrmann@gmail.com>
pull/11355/head
Matthias Herrmann 2021-10-06 16:19:38 +02:00 committed by GitHub
parent 192be0def8
commit 61324f8b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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