Typo fix.
This commit is contained in:
parent
6608a673a8
commit
02d1ae7ee9
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ while test $# -gt 0 ; do
|
||||||
--comparasion | -C )
|
--comparasion | -C )
|
||||||
test $# = 1 && eval "$exit_missing_arg"
|
test $# = 1 && eval "$exit_missing_arg"
|
||||||
shift
|
shift
|
||||||
case $PROGNAME in
|
case $1 in
|
||||||
ICA) RUN_ICA=1
|
ICA) RUN_ICA=1
|
||||||
RUN_FARCE=0
|
RUN_FARCE=0
|
||||||
;;
|
;;
|
||||||
|
|
Reference in a new issue