From 74e325f2c44361230aa133a61fb35cd3e596a63c Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 28 Aug 2011 17:25:18 +0200 Subject: cholerab cnot: bail out on bad response With this commit the curl_flags environmental variable is used to override the default flags to curl (which are -fsS ATM). --- cholerab/knut/clients/cnot/index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cholerab/knut') diff --git a/cholerab/knut/clients/cnot/index b/cholerab/knut/clients/cnot/index index f276dd25..fcbef73e 100755 --- a/cholerab/knut/clients/cnot/index +++ b/cholerab/knut/clients/cnot/index @@ -11,7 +11,7 @@ port=42101 params="$*" -flags=-sS +flags=${curl_flags--fsS} if test "${verbose-no}" != no; then flags="${flags+$flags }-v" -- cgit v1.2.3