summaryrefslogtreecommitdiff
path: root/lib/install-sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/install-sh')
-rwxr-xr-xlib/install-sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/install-sh b/lib/install-sh
index bf704a452..ec298b537 100755
--- a/lib/install-sh
+++ b/lib/install-sh
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2020-11-13.01; # UTC
+scriptversion=2020-11-14.01; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -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 ||