+11
−52
+9
−16
+9
−28
+5
−13
+33
−93
Loading
Removed commented-out tests
Standardize on doing
cmd ... || exit 1
instead of
cmd ...
if [ $? != 0] ; then
exit 1
fi
where that if statement has ben one, three, or four lines, variously.
Reviewed-by:
Richard Levitte <levitte@openssl.org>