trim dead trailing ;

This commit is contained in:
Richard Soderberg 2015-09-02 21:58:31 -07:00
parent 1c15af1ce3
commit bbb3496627
1 changed files with 2 additions and 2 deletions

View File

@ -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=()