]> git.basschouten.com Git - openhab-addons.git/commitdiff
Abstract over bin paths using env (#11339)
authorMatthias Herrmann <matthias.mh.herrmann@gmail.com>
Wed, 6 Oct 2021 14:19:38 +0000 (16:19 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Oct 2021 14:19:38 +0000 (16:19 +0200)
Signed-off-by: Matthias Herrmann <matthias.mh.herrmann@gmail.com>
bundles/create_openhab_binding_skeleton.sh

index 33946ba3d12d8f4a82b0d5d9d3e3714202356bea..7178cfe6254257f8885598544f57a808eddb69a9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 [ $# -lt 3 ] && { echo "Usage: $0 <BindingIdInCamelCase> <Author> <GitHub Username>"; exit 1; }