From: Anton Eliasson Date: Fri, 1 Feb 2013 11:56:15 +0000 (+0100) Subject: Add 'x' to the getopts call in t/compare-trees (i.e. allow -x). X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=96c6fa2a70425fff1e73d2e0945f8e242411ab58;p=packages%2Fb%2Fbup.git Add 'x' to the getopts call in t/compare-trees (i.e. allow -x). Signed-off-by: Anton Eliasson Reviewed-by: Rob Browning --- diff --git a/t/compare-trees b/t/compare-trees index f03fa75..32edcde 100755 --- a/t/compare-trees +++ b/t/compare-trees @@ -21,7 +21,7 @@ EOF verify_content=" --checksum" -while getopts "hc" OPTION +while getopts "hcx" OPTION do case "$OPTION" in h) usage; exit 0;;