diff options
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-03-28 19:20:11 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-04-20 00:23:25 -0400 |
commit | 7e3d0986836a74f91026ff072f31d04f2a6329fb (patch) | |
tree | be98d8ced872f2df0c2a879a3ce602b7c886f9b4 /makepkg-x86_64.conf | |
parent | f52d44084734e30e795205162f4ab142f0fef181 (diff) | |
download | devtools32-7e3d0986836a74f91026ff072f31d04f2a6329fb.tar.xz |
Add `# shellcheck` directives to quiet shellcheck.
Diffstat (limited to 'makepkg-x86_64.conf')
-rw-r--r-- | makepkg-x86_64.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf index 058da9b..79858a7 100644 --- a/makepkg-x86_64.conf +++ b/makepkg-x86_64.conf @@ -1,3 +1,6 @@ +#!/hint/bash +# shellcheck disable=2034 + # # /etc/makepkg.conf # |