Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/valid-tags.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-03-25 14:58:12 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-03-25 14:58:12 -0400
commit0f053be1227570121107da6c13bf440baef39b23 (patch)
tree5823e5335141aad00f927c62a8230806ac1a98a2 /lib/valid-tags.sh
parentae6f374c210835546f8f57b41e5764d87fca3fcb (diff)
Add '#!/hint/bash' headers to non-executable bash files.
This provides a cross-editor hint that the syntax of the file is Bash.
Diffstat (limited to 'lib/valid-tags.sh')
-rw-r--r--lib/valid-tags.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/valid-tags.sh b/lib/valid-tags.sh
index 36918fe..9491b0a 100644
--- a/lib/valid-tags.sh
+++ b/lib/valid-tags.sh
@@ -1,3 +1,5 @@
+#!/hint/bash
+
_arch=(
i686
x86_64