From 1de14a25027c4a6f5a7a8997963f14c86cf6fdb0 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Sat, 9 Apr 2005 09:11:49 +0000 Subject: [PATCH] Fixed a typo (nice_value => mc_nice_value). --- maint/mc-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maint/mc-test b/maint/mc-test index a56b52ef9..6a9044220 100755 --- a/maint/mc-test +++ b/maint/mc-test @@ -116,7 +116,7 @@ while test $# -ne 0; do do_configure=no do_make_clean=no do_make_all=yes;; - -nice) shift; nice_value="$1"; shift;; + -nice) shift; mc_nice_value="$1"; shift;; -quiet) shift; quiet="yes";; --) shift; break;;