]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
install-sh: trailing whitespace.
authorKarl Berry <karl@freefriends.org>
Sat, 14 Nov 2020 01:51:46 +0000 (17:51 -0800)
committerKarl Berry <karl@freefriends.org>
Sat, 14 Nov 2020 01:51:46 +0000 (17:51 -0800)
* lib/install-sh: remove trailing whitespace. Sigh.
(scriptversion): 2020-11-14.01

lib/install-sh

index bf704a45273375a93093fb1d2fcd7d389d24e356..ec298b53740270ce82b326c4c2deaa5dcdec4596 100755 (executable)
@@ -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 ||