Add '#!/hint/bash' headers to non-executable bash files.

This provides a cross-editor hint that the syntax of the file is Bash.
This commit is contained in:
Luke Shumaker 2017-03-28 15:41:32 -04:00 committed by Jan Alexander Steffens (heftig)
parent 8ff247de13
commit f55786b7a8
No known key found for this signature in database
GPG Key ID: A5E9288C4FA415FA
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/hint/bash
_devtools_compgen() {
local i r
COMPREPLY=($(compgen -W '$*' -- "$cur"))

View File

@ -1,3 +1,5 @@
#!/hint/bash
CHROOT_VERSION='v4'
##

View File

@ -1,3 +1,5 @@
#!/hint/bash
# Avoid any encoding problems
export LANG=C

View File

@ -1,3 +1,5 @@
#!/hint/bash
_arch=(
i686
x86_64