summaryrefslogtreecommitdiff
path: root/build-aux/install-sh
diff options
context:
space:
mode:
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 ||