summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-13 17:51:46 -0800
committerKarl Berry <karl@freefriends.org>2020-11-13 17:51:46 -0800
commit3313d9ca6f4928d2d2f6103aad7606666a46401d (patch)
treedda0a1f17894cedbd1531d1ef4e6f58fd02034e4
parent37b70ac4cf93a7212718a6d8630ed43f9750439b (diff)
downloadautomake-3313d9ca6f4928d2d2f6103aad7606666a46401d.tar.gz
install-sh: trailing whitespace.
* lib/install-sh: remove trailing whitespace. Sigh. (scriptversion): 2020-11-14.01
-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 ||