=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- openbsd/update_openbsd/update_openbsd 2017/12/11 02:36:03 1.102 +++ openbsd/update_openbsd/update_openbsd 2017/12/11 02:50:09 1.103 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.101 2017/12/11 02:34:10 andrew Exp $ +# $AFresh1: update_openbsd,v 1.102 2017/12/11 02:36:03 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -96,7 +96,7 @@ boot_device_mounted="" mount_boot_device() { - [ "boot_device_mounted" ] && return + [ "$boot_device_mounted" ] && return local default_mount=$( df -lnP /bsd | sed -ne 's!/dev/.* !!p' ) local boot_mount=$( mount |