index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-15 14:19:09 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-16 14:43:03 -0500 |
commit | 596d31cd4174865625797c6ae1204e649274c893 (patch) | |
tree | 90700d2ec75b6d20fb6c1bb8028d3f5348ebe851 /lib | |
parent | eb92d17c5b846cd6e199570b9b86d4e8ff6fb955 (diff) |
-rw-r--r-- | lib/common.sh | 2 | ||||
-rw-r--r-- | lib/valid-tags.sh | 2 |
diff --git a/lib/common.sh b/lib/common.sh index 22a80ca..4593b36 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -1,6 +1,8 @@ #!/hint/bash # This may be included with or without `set -euE` +# License: Unspecified + # Avoid any encoding problems export LANG=C diff --git a/lib/valid-tags.sh b/lib/valid-tags.sh index 36918fe..0543ab2 100644 --- a/lib/valid-tags.sh +++ b/lib/valid-tags.sh @@ -1,3 +1,5 @@ +# License: Unspecified + _arch=( i686 x86_64 |