From d7d524294ba43839eecf6b442691db8223657d23 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 9 Aug 2022 22:32:18 +0200 Subject: [PATCH] Fix shebangs in Bash completion scripts Not that you are really supposed to run them stand-alone? --- contrib/bash_compl/_rgbasm.bash | 2 +- contrib/bash_compl/_rgbfix.bash | 2 +- contrib/bash_compl/_rgbgfx.bash | 2 +- contrib/bash_compl/_rgblink.bash | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/bash_compl/_rgbasm.bash b/contrib/bash_compl/_rgbasm.bash index 2ae222eb..54640a9b 100755 --- 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 diff --git a/contrib/bash_compl/_rgbfix.bash b/contrib/bash_compl/_rgbfix.bash index 938dd423..f8d2996e 100755 --- 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 diff --git a/contrib/bash_compl/_rgbgfx.bash b/contrib/bash_compl/_rgbgfx.bash index 87c598c5..9c06d041 100755 --- 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 diff --git a/contrib/bash_compl/_rgblink.bash b/contrib/bash_compl/_rgblink.bash index 0b800d0c..46e2862a 100755 --- 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