From: Karl Berry Date: Fri, 13 Nov 2020 18:28:34 +0000 (-0800) Subject: autoupdate X-Git-Tag: v1.0~3516 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=8c6c1fe72eb625ad58aa483c9a69ee1bc082e4b0;p=gnulib.git autoupdate --- diff --git a/build-aux/install-sh b/build-aux/install-sh index bf704a4527..8cd4f5ca5e 100755 --- a/build-aux/install-sh +++ b/build-aux/install-sh @@ -499,7 +499,7 @@ do if test -n "$backupsuffix" && test -f "$dst"; then $doit $mvcmd -f "$dst" "$dst$backupsuffix" 2>/dev/null fi - + # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||