Fix typo in 'if' statement

pull/200/head
Jeffrey Walton 2016-06-20 00:49:13 -04:00
parent e916b9049c
commit f35a86aa58
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if [[ (-z "$BENCHMARK_RESULTS") ]]; then
fi fi
if [[ (-z "$WARN_RESULTS") ]]; then if [[ (-z "$WARN_RESULTS") ]]; then
WARN_RESULTS=cryptest-warn.txt WARN_RESULTS=cryptest-warn.txt
id fi
if [[ (-z "$INSTALL_RESULTS") ]]; then if [[ (-z "$INSTALL_RESULTS") ]]; then
INSTALL_RESULTS=cryptest-install.txt INSTALL_RESULTS=cryptest-install.txt
fi fi