Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/archroot.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-05-05 18:41:10 -0400
committerErich Eckner <git@eckner.net>2017-07-14 07:00:23 +0200
commitcd000ccc0144c7ec54696520bf7217163a39cde0 (patch)
tree0d16c2eaec9923d73f17dcab673138252573c899 /lib/archroot.sh
parent196cdd7ae6626e8c66336b6121c9024b70acea9c (diff)
Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.proto
The added PKGBUILD.proto file is so that shellcheck can know know what to expect that a PKGBUILD sets.
Diffstat (limited to 'lib/archroot.sh')
-rw-r--r--lib/archroot.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/archroot.sh b/lib/archroot.sh
index 3a1023e..98fd2cf 100644
--- a/lib/archroot.sh
+++ b/lib/archroot.sh
@@ -1,6 +1,8 @@
#!/hint/bash
# License: Unspecified
+:
+# shellcheck disable=2034
CHROOT_VERSION='v4'
##