=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- openbsd/update_openbsd/update_openbsd 2012/12/09 04:08:37 1.44 +++ openbsd/update_openbsd/update_openbsd 2012/12/16 01:56:46 1.45 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.43 2012/12/09 04:06:57 andrew Exp $ +# $AFresh1: update_openbsd,v 1.44 2012/12/09 04:08:37 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -211,7 +211,7 @@ local _v=$FILE_VER for _b in $INSTALL_KERNELS; do - if [ -e /${_b} -a ! -e ./${_b} ]; then + if [ ! -e ./${_b} ]; then echo $FTP_CMD ${FTP}/${_b} $FTP_CMD ${FTP}/${_b} fi