From bbb349662794a4482380849dd07a20c0585d2f66 Mon Sep 17 00:00:00 2001 From: Richard Soderberg Date: Wed, 2 Sep 2015 21:58:31 -0700 Subject: [PATCH] trim dead trailing ; --- cipherscan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cipherscan b/cipherscan index 64f6a85..cf115b7 100755 --- a/cipherscan +++ b/cipherscan @@ -1280,7 +1280,7 @@ test_tls_tolerance() { # If no options are given, give usage information and exit (with error code) if [[ $# -eq 0 ]]; then - usage; + usage exit 1 fi @@ -1398,7 +1398,7 @@ SCLIENTARGS=$(sed -e s,${TEMPTARGET},,<<<"${@}") debug "sclientargs: $SCLIENTARGS" -cipherspref=(); +cipherspref=() ciphercertificates=() results=()