automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[automake-commit] branch master updated: install-sh: trailing whitespace


From: Karl Berry
Subject: [automake-commit] branch master updated: install-sh: trailing whitespace.
Date: Fri, 13 Nov 2020 20:51:55 -0500

This is an automated email from the git hooks/post-receive script.

karl pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=3313d9ca6f4928d2d2f6103aad7606666a46401d

The following commit(s) were added to refs/heads/master by this push:
     new 3313d9c  install-sh: trailing whitespace.
3313d9c is described below

commit 3313d9ca6f4928d2d2f6103aad7606666a46401d
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Fri Nov 13 17:51:46 2020 -0800

    install-sh: trailing whitespace.
    
    * lib/install-sh: remove trailing whitespace. Sigh.
    (scriptversion): 2020-11-14.01
---
 lib/install-sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/install-sh b/lib/install-sh
index bf704a4..ec298b5 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 ||
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]