]> arthur.barton.de Git - bup.git/commitdiff
Add 'x' to the getopts call in t/compare-trees (i.e. allow -x).
authorAnton Eliasson <devel@antoneliasson.se>
Fri, 1 Feb 2013 11:56:15 +0000 (12:56 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sat, 16 Feb 2013 23:50:36 +0000 (17:50 -0600)
Signed-off-by: Anton Eliasson <devel@antoneliasson.se>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
t/compare-trees

index f03fa75ae066d4be272075f9f191c1aeca6798b1..32edcde2b2d39f4d009d4936b6b672ffb16b0b2a 100755 (executable)
@@ -21,7 +21,7 @@ EOF
 
 verify_content=" --checksum"
 
-while getopts "hc" OPTION
+while getopts "hcx" OPTION
 do
     case "$OPTION" in
         h) usage; exit 0;;