summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwgetpaste2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgetpaste b/wgetpaste
index 893f5e4..6d6686c 100755
--- a/wgetpaste
+++ b/wgetpaste
@@ -150,7 +150,7 @@ show_services() {
[[ ${#arg} -gt ${max} ]] && max=${#arg}
done
((IND=6+${max}))
- if ${VERBOSE}; then
+ if [[ ${VERBOSE} ]]; then
max=0
for s in "${SERVICES[@]}"; do
arg=$(eval "echo \${${s}[1]}")