=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- openbsd/update_openbsd/update_openbsd 2017/12/11 03:12:34 1.106 +++ openbsd/update_openbsd/update_openbsd 2018/02/08 18:46:46 1.107 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.105 2017/12/11 02:58:57 andrew Exp $ +# $AFresh1: update_openbsd,v 1.106 2017/12/11 03:12:34 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -459,9 +459,9 @@ if [ X"$BOOT_KERNEL_VERSION" != X"$NEW_KERNEL_VERSION" ]; then echo "===> Backing up $BOOT_KERNEL to ${_d}obsd" if [ $mount_is_msdos ]; then - cp $BOOT_KERNEL ${_d}obsd + cp ${_d}$BOOT_KERNEL ${_d}obsd else - ln -f $BOOT_KERNEL ${_d}obsd + ln -f ${_d}$BOOT_KERNEL ${_d}obsd fi if [ $? -ne 0 ]; then echo "Error copying old kernel!" >&2