summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xtools/unitc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/unitc b/tools/unitc
index 332b2311..e1cc77c2 100755
--- a/tools/unitc
+++ b/tools/unitc
@@ -251,7 +251,7 @@ fi
# Set the base curl command after testing for newer features
#
-$RPC_CMD curl --fail-with-body --version > /dev/null
+$RPC_CMD curl --fail-with-body --version > /dev/null 2>&1
if [ $? -eq 0 ]; then
CURL_CMD="$RPC_CMD curl --silent --fail-with-body"
else