From f70fab5a395c05a3653897acc8baf8d87031b4ee Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 13 Jan 2004 13:11:14 +0000 Subject: [PATCH] update from automake --- config/ChangeLog | 4 ++++ config/install-sh | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index cd7b7f1c75..ee5f1a62f6 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2004-01-13 Karl Berry + + * install-sh: update from automake. + 2004-01-09 Karl Berry * install-sh: update from automake. diff --git a/config/install-sh b/config/install-sh index acf44a6e03..040ebc8866 100755 --- a/config/install-sh +++ b/config/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2004-01-08.23 +scriptversion=2004-01-12.10 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -140,11 +140,12 @@ while test -n "$1"; do # Otherwise, the last argument is the destination. Remove it from $@. for arg do - shift if test -n "$dstarg"; then + # $@ is not empty: it contains at least $arg. set fnord "$@" "$dstarg" - shift + shift # fnord fi + shift # arg dstarg=$arg done break;; -- 2.30.2