summaryrefslogtreecommitdiff
path: root/src/libretools.conf
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-20 22:47:08 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-04 14:27:15 -0400
commitbb97cfc85d9b711b517985abbd9832bff9c4b37a (patch)
tree20d328819279d96e987d5212ea39a97604b9e2c2 /src/libretools.conf
parentb245def72cd67e6475651b12e3313d8011b128bc (diff)
shellcheck directives
Diffstat (limited to 'src/libretools.conf')
-rw-r--r--src/libretools.conf2
1 files changed, 2 insertions, 0 deletions
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