texinfo-commits
[Top][All Lists]
Advanced

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

texinfo install-sh,1.2,1.3


From: karl
Subject: texinfo install-sh,1.2,1.3
Date: Tue, 13 Jan 2004 14:11:53 +0100

Update of /cvsroot/texinfo/texinfo
In directory sheep:/tmp/cvs-serv27941

Modified Files:
        install-sh 
Log Message:
.

Index: install-sh
===================================================================
RCS file: /cvsroot/texinfo/texinfo/install-sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** install-sh  9 Jan 2004 13:33:37 -0000       1.2
--- install-sh  13 Jan 2004 13:11:51 -0000      1.3
***************
*** 2,6 ****
  # install - install a program, script, or datafile
  
! scriptversion=2004-01-08.23
  
  # This originates from X11R5 (mit/util/scripts/install.sh), which was
--- 2,6 ----
  # install - install a program, script, or datafile
  
! scriptversion=2004-01-12.10
  
  # This originates from X11R5 (mit/util/scripts/install.sh), which was
***************
*** 141,149 ****
        for arg
        do
-         shift
            if test -n "$dstarg"; then
            set fnord "$@" "$dstarg"
!           shift
          fi
          dstarg=$arg
        done
--- 141,150 ----
        for arg
        do
            if test -n "$dstarg"; then
+           # $@ is not empty: it contains at least $arg.
            set fnord "$@" "$dstarg"
!           shift # fnord
          fi
+         shift # arg
          dstarg=$arg
        done



reply via email to

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