summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/unitc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/unitc b/tools/unitc
index 877e11d4..1db59faa 100755
--- a/tools/unitc
+++ b/tools/unitc
@@ -186,7 +186,7 @@ fi
# Choose presentation style
#
if [ $QUIET -eq 1 ]; then
- OUTPUT="head -c 0" # Equivalent to >/dev/null
+ OUTPUT="tail -c 0" # Equivalent to >/dev/null
elif hash jq 2> /dev/null; then
OUTPUT="jq"
else