From: adilger Date: Wed, 7 Jan 2004 17:46:34 +0000 (+0000) Subject: Quiet error if run without args. X-Git-Tag: 1.0.3~115 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9cff004f0ba4401547394adbce98aa51785c76d7;p=fs%2Flustre-release.git Quiet error if run without args. --- 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