summaryrefslogtreecommitdiff
path: root/build-aux/install-sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-13 10:28:34 -0800
committerKarl Berry <karl@freefriends.org>2020-11-13 10:28:34 -0800
commit8c6c1fe72eb625ad58aa483c9a69ee1bc082e4b0 (patch)
treec3c2cce11c2de2263ffca9cedd68b4edaf857cfe /build-aux/install-sh
parentac6f6a0f8b4f971d8ffc521cbb45c96602a4c320 (diff)
downloadgnulib-8c6c1fe72eb625ad58aa483c9a69ee1bc082e4b0.tar.gz
autoupdate
Diffstat (limited to 'build-aux/install-sh')
-rwxr-xr-xbuild-aux/install-sh2
1 files changed, 1 insertions, 1 deletions
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 ||