Skip to content

Commit

Permalink
Add 'x' to the getopts call in t/compare-trees (i.e. allow -x).
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Eliasson <devel@antoneliasson.se>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
  • Loading branch information
antoneliasson authored and rlbdv committed Feb 16, 2013
1 parent d709d6e commit 96c6fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/compare-trees
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ EOF

verify_content=" --checksum"

while getopts "hc" OPTION
while getopts "hcx" OPTION
do
case "$OPTION" in
h) usage; exit 0;;
Expand Down

0 comments on commit 96c6fa2

Please sign in to comment.