File 0001-Fixed-path-to-script-interpreter.patch of Package rofi-bluetooth
From 109307ab5c3a1efab27e2eee245d6fa797129f50 Mon Sep 17 00:00:00 2001
From: Shawn W Dunn <sfalken@cloverleaf-linux.org>
Date: Wed, 6 Dec 2023 13:13:21 -0800
Subject: [PATCH] Fixed path to script interpreter
---
rofi-bluetooth | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rofi-bluetooth b/rofi-bluetooth
index c7916f2..49168f3 100755
--- a/rofi-bluetooth
+++ b/rofi-bluetooth
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/bash
# __ _ _ _ _ _ _
# _ __ ___ / _(_) | |__ | |_ _ ___| |_ ___ ___ | |_| |__
# | '__/ _ \| |_| |_____| '_ \| | | | |/ _ \ __/ _ \ / _ \| __| '_ \
--
2.43.0