From fec67e9c0e4a268249f7feaed0fc989aa3141468 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 12 Feb 2007 18:07:25 +0000 Subject: [PATCH] no dashes in variable names --- lustre/tests/acceptance-small.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index 5f7dcce..4296343 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -208,7 +208,7 @@ for NAME in $CONFIGS; do $CLEANUP done -if [ "$SANITY-QUOTA" != "no" ]; then +if [ "$SANITY_QUOTA" != "no" ]; then title sanity-quota sh sanity-quota.sh fi -- 1.8.3.1