From 9cff004f0ba4401547394adbce98aa51785c76d7 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 7 Jan 2004 17:46:34 +0000 Subject: [PATCH] Quiet error if run without args. --- lustre/tests/runvmstat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/runvmstat b/lustre/tests/runvmstat index 1030930..d8e887a 100755 --- a/lustre/tests/runvmstat +++ b/lustre/tests/runvmstat @@ -3,7 +3,7 @@ null() { : } -if [ $1 == "-q" ]; then +if [ "$1" == "-q" ]; then echo "echo off" ECHO="null" shift -- 1.8.3.1