ref: d7d524294ba43839eecf6b442691db8223657d23
parent: 12fed4c68ee081ac7ee7bac1954799f9baac104e
author: ISSOtm <eldredhabert0@gmail.com>
date: Tue Aug 9 18:32:18 EDT 2022
Fix shebangs in Bash completion scripts Not that you are really supposed to run them stand-alone?
--- a/contrib/bash_compl/_rgbasm.bash
+++ b/contrib/bash_compl/_rgbasm.bash
@@ -1,4 +1,4 @@
-#/usr/bin/env bash
+#!/usr/bin/env bash
# Known bugs:
# - Newlines in file/directory names break this script
--- a/contrib/bash_compl/_rgbfix.bash
+++ b/contrib/bash_compl/_rgbfix.bash
@@ -1,4 +1,4 @@
-#/usr/bin/env bash
+#!/usr/bin/env bash
# Same notes as RGBASM
--- a/contrib/bash_compl/_rgbgfx.bash
+++ b/contrib/bash_compl/_rgbgfx.bash
@@ -1,4 +1,4 @@
-#/usr/bin/env bash
+#!/usr/bin/env bash
# Same notes as RGBASM
--- a/contrib/bash_compl/_rgblink.bash
+++ b/contrib/bash_compl/_rgblink.bash
@@ -1,4 +1,4 @@
-#/usr/bin/env bash
+#!/usr/bin/env bash
# Same notes as RGBASM