From bb97cfc85d9b711b517985abbd9832bff9c4b37a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 20 Apr 2017 22:47:08 -0400 Subject: shellcheck directives --- src/libretools.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libretools.conf') diff --git a/src/libretools.conf b/src/libretools.conf index 2332530..e601465 100644 --- a/src/libretools.conf +++ b/src/libretools.conf @@ -1,4 +1,5 @@ #!/hint/bash +# shellcheck disable=2034 ################################################################################ # misc # @@ -12,6 +13,7 @@ BLACKLIST=https://git.parabola.nu/blacklist.git/plain/blacklist.txt ## Diff tool (vimdiff, gvimdiff, meld, etc) ## Used by `aur`, `diff-unfree` +# shellcheck disable=2046 DIFFPROG=$(which $([ -z "${DISPLAY:-}" ]||echo kdiff3 meld gvimdiff) vimdiff colordiff diff 2>/dev/null|sed 's/\s.*//;1q') ## The architectures you'll be packaging for -- cgit v1.2.3-54-g00ecf