From: Einar Jørgen Haraldseid Date: Sun, 1 Jun 2014 21:36:40 +0000 (+0200) Subject: Y U NO QUOTE? X-Git-Url: https://git.slaskete.net/einar-bin/commitdiff_plain/dd12cf43d2c38d6d15c45f75523413a18d16952a?ds=inline Y U NO QUOTE? --- diff --git a/imgurgame.bash b/imgurgame.bash index 66bbe4e..7635929 100755 --- a/imgurgame.bash +++ b/imgurgame.bash @@ -15,7 +15,7 @@ imgururl() { testimgur() { local URL=${1} local RESULT=$(curl -s -o /dev/null -I -w "%{http_code}" ${URL}) - if [[ ${RESULT} == 200 ]]; then + if [[ ${RESULT} == "200" ]]; then echo true else echo false