aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-18 13:50:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-18 13:50:48 +1200
commit3000420a08241fd745403ebc9c97e5986ce167ff (patch)
treedcfa357fd5d6393342b956c2787f47158b6f2a5b
parentDefault mdurls to stdin (diff)
downloaddotfiles-3000420a08241fd745403ebc9c97e5986ce167ff.tar.gz
dotfiles-3000420a08241fd745403ebc9c97e5986ce167ff.zip
Remove two lines no longer used
-rwxr-xr-xbin/urlcheck2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/urlcheck b/bin/urlcheck
index 5f586aff..4446f94e 100755
--- a/bin/urlcheck
+++ b/bin/urlcheck
@@ -1,8 +1,6 @@
#!/usr/bin/env bash
self=urlcheck
tm=${URLCHECK_TIMEOUT:-8}
-shopt -s extglob
-declare -a copts
declare -i ex
head=$(mktemp) || exit
body=$(mktemp) || exit