1
1

Fixed a typo (nice_value => mc_nice_value).

Этот коммит содержится в:
Roland Illig 2005-04-09 09:11:49 +00:00
родитель 293d35daf0
Коммит 1de14a2502

Просмотреть файл

@ -116,7 +116,7 @@ while test $# -ne 0; do
do_configure=no do_configure=no
do_make_clean=no do_make_clean=no
do_make_all=yes;; do_make_all=yes;;
-nice) shift; nice_value="$1"; shift;; -nice) shift; mc_nice_value="$1"; shift;;
-quiet) shift; quiet="yes";; -quiet) shift; quiet="yes";;
--) shift; break;; --) shift; break;;