aboutsummaryrefslogtreecommitdiff
path: root/bin/hurl
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-31 00:10:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-31 00:14:17 +1200
commitaa7561f39c247b1c60cdc7d181df86a20b79a220 (patch)
tree0618bdf93d40ebbb3017136ed4aafcc57fdb4239 /bin/hurl
parentReimplement sra(1) in POSIX sh (diff)
downloaddotfiles-aa7561f39c247b1c60cdc7d181df86a20b79a220.tar.gz
dotfiles-aa7561f39c247b1c60cdc7d181df86a20b79a220.zip
Tidy shellcheck exceptions
Diffstat (limited to 'bin/hurl')
-rwxr-xr-xbin/hurl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hurl b/bin/hurl
index 4fd0b27b..dad8923b 100755
--- a/bin/hurl
+++ b/bin/hurl
@@ -14,7 +14,7 @@ LANG=C.UTF-8
export LANG
# Emit the content of the args, or stdin
-cat -- "${@:-/dev/stdin}" | ## shellcheck disable=SC2002
+cat -- "${@:-/dev/stdin}" | # shellcheck disable=SC2002
# Pipe it through a pup filter to get all the values of the a href elements
pup -p 'a attr{href}' |