From f920fc1806886d6a60d1ab704d8bceabf86204de Mon Sep 17 00:00:00 2001 From: Bo Ørsted Andresen Date: Tue, 3 Apr 2007 18:57:54 +0000 Subject: Collapse on more [[ ]] || [[ ]]. --- wgetpaste | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgetpaste b/wgetpaste index 4c0ca2a..755413e 100755 --- a/wgetpaste +++ b/wgetpaste @@ -544,7 +544,7 @@ RECIPIENT="$(getrecipient RAW)" # paste it WGET_ARGS="--tries=5 --timeout=60 ${WGET_ARGS}" -if geturl needstdout || [[ ${DEBUG} ]] || [[ ! -w /dev/null ]]; then +if geturl needstdout || [[ ${DEBUG} || ! -w /dev/null ]]; then OUTPUT="$(wget -O - ${WGET_ARGS} ${RECIPIENT} 2>&1)" else OUTPUT="$(wget -O /dev/null ${WGET_ARGS} ${RECIPIENT} 2>&1)" -- cgit v1.2.3