Fix shebangs in Bash completion scripts

Not that you are really supposed to run them stand-alone?
This commit is contained in:
ISSOtm
2022-08-09 22:32:18 +02:00
parent 12fed4c68e
commit d7d524294b
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#/usr/bin/env bash
#!/usr/bin/env bash
# Known bugs:
# - Newlines in file/directory names break this script

View File

@@ -1,4 +1,4 @@
#/usr/bin/env bash
#!/usr/bin/env bash
# Same notes as RGBASM

View File

@@ -1,4 +1,4 @@
#/usr/bin/env bash
#!/usr/bin/env bash
# Same notes as RGBASM

View File

@@ -1,4 +1,4 @@
#/usr/bin/env bash
#!/usr/bin/env bash
# Same notes as RGBASM