There is a file named "._etcupdate_${TEMPROOT}${1}" was
never created, so don't try to delete it. Delete "$B" instead.
This commit is contained in:
parent
53c50ef02d
commit
4961886ca5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue