tasn pushed a commit to branch master.

commit 33df8ecb2c1c6e452b6fa3d872fafa1711d1b9b6
Author: Tom Hacohen <[email protected]>
Date:   Fri Apr 26 14:15:41 2013 +0100

    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

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to