=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- openbsd/update_openbsd/update_openbsd 2018/12/16 20:12:16 1.111 +++ openbsd/update_openbsd/update_openbsd 2018/12/16 20:23:38 1.112 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.110 2018/09/30 23:31:27 andrew Exp $ +# $AFresh1: update_openbsd,v 1.111 2018/12/16 20:12:16 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -245,7 +245,7 @@ [ "$KERNEL_ROOT" ] && break done - if ![ "$KERNEL_ROOT" ]; then + if ! [ "$KERNEL_ROOT" ]; then echo "Unable to find KERNEL_ROOT, tried $_pkr" >&2 exit 2 fi