From 66a55063bb6452c927fce5c3a16f15272699fc8b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 29 Oct 2019 13:11:18 +0100 Subject: [PATCH] [FIX][SCRIPTS] Use correct bash shebang The `/bin/bash` path is not assured by POSIX, however the path `/usr/bin/env bash` should work, if bash is in the PATH. --- scripts/btmenu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/btmenu b/scripts/btmenu index 69da335..ec69248 100755 --- a/scripts/btmenu +++ b/scripts/btmenu @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Inspired by