From 4961886ca5b842556780d8b46eb3b88d1756392d Mon Sep 17 00:00:00 2001 From: apb Date: Thu, 12 Jun 2014 13:33:43 +0000 Subject: [PATCH] There is a file named "._etcupdate_${TEMPROOT}${1}" was never created, so don't try to delete it. Delete "$B" instead. --- usr.sbin/etcupdate/etcupdate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/etcupdate/etcupdate b/usr.sbin/etcupdate/etcupdate index 419ba12f2329..6bebe4d75278 100644 --- a/usr.sbin/etcupdate/etcupdate +++ b/usr.sbin/etcupdate/etcupdate @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: etcupdate,v 1.52 2014/06/12 13:31:47 apb Exp $ +# $NetBSD: etcupdate,v 1.53 2014/06/12 13:33:43 apb Exp $ # # Copyright (c) 2001-2008 The NetBSD Foundation, Inc. # All rights reserved. @@ -378,7 +378,7 @@ EOF ;; esac done - rm -f "._etcupdate_${TEMPROOT}${1}" + rm -f "$B" } # Set the environment for make.