From 33df8ecb2c1c6e452b6fa3d872fafa1711d1b9b6 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 26 Apr 2013 14:15:41 +0100 Subject: [PATCH] Get rid of the compare option, useless. --- src/scripts/exactness.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/scripts/exactness.in b/src/scripts/exactness.in index 14b5350..d20ee0c 100755 --- a/src/scripts/exactness.in +++ b/src/scripts/exactness.in @@ -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