=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- openbsd/update_openbsd/update_openbsd 2018/12/16 20:55:03 1.115 +++ openbsd/update_openbsd/update_openbsd 2018/12/16 20:55:24 1.116 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.114 2018/12/16 20:49:58 andrew Exp $ +# $AFresh1: update_openbsd,v 1.115 2018/12/16 20:55:03 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -488,7 +488,7 @@ if [ "$EFI_BOOT" -a -d /mnt/efi/boot ]; then echo "Copying $EFI_BOOT to /mnt/efi/boot/$EFI_BOOT" ( cd /mnt/efi/boot \ - && cp "$RELEASEDIR/$EFI_BOOT" "n$EFI_BOOT" + && cp "$RELEASEDIR/$EFI_BOOT" "n$EFI_BOOT" \ && mv "n$EFI_BOOT" "$EFI_BOOT" ) fi