Get rid of the compare option, useless.

This commit is contained in:
Tom Hacohen 2013-04-26 14:15:41 +01:00
parent 381bd401f8
commit 33df8ecb2c
1 changed files with 1 additions and 3 deletions

View File

@ -362,13 +362,11 @@ _n_exe_err=0
which compare &> /dev/null
comp_unavail=$?
while getopts 'ab:cd:hprisv?' OPTION
while getopts 'ab:d:hprisv?' OPTION
do
case $OPTION in
b) _base_dir="$OPTARG"
;;
c) _compare=1
;;
d) _dest_dir="$OPTARG"
;;
p) _play=1