From: Karl Berry Date: Sat, 14 Nov 2020 01:51:46 +0000 (-0800) Subject: install-sh: trailing whitespace. X-Git-Tag: v1.16.3~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3313d9ca6f4928d2d2f6103aad7606666a46401d;p=thirdparty%2Fautomake.git install-sh: trailing whitespace. * lib/install-sh: remove trailing whitespace. Sigh. (scriptversion): 2020-11-14.01 --- 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 ||