=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- openbsd/update_openbsd/update_openbsd 2014/01/23 02:30:02 1.61 +++ openbsd/update_openbsd/update_openbsd 2014/01/23 02:40:07 1.62 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.60 2014/01/22 19:35:46 andrew Exp $ +# $AFresh1: update_openbsd,v 1.61 2014/01/23 02:30:02 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -337,7 +337,7 @@ for _type in $CHECKSUM_TYPES; do if [ -e $_type ]; then check_sum $_type && break - [ -z "$IGNORE_CHECKSUM_ERROR" ] || exit 1 + [ -z "$IGNORE_CHECKSUM_ERROR" ] && exit 1 fi done