From 3ea9fb0f35dce44d1fc910d101e52cc79999eb28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Steinpa=C3=9F?= Date: Fri, 15 Jan 2021 18:00:52 +0100 Subject: [PATCH] make shebang fully posix compatible --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index d5d9cf2..29eb4aa 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ############################################################################ # Star Citizen's Linux Users Group Helper Script