texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Mon Sep 13 08:44:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Mon Sep 13 08:44:01 EDT 2004)
Date: Mon, 13 Sep 2004 08:44:11 -0400

Index: install-sh
===================================================================
RCS file: /cvsroot/texinfo/texinfo/install-sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -c -r1.8 -r1.9
*** install-sh  5 Jul 2004 13:12:26 -0000       1.8
--- install-sh  13 Sep 2004 12:35:41 -0000      1.9
***************
*** 1,7 ****
  #!/bin/sh
  # install - install a program, script, or datafile
  
! scriptversion=2004-07-05.00
  
  # This originates from X11R5 (mit/util/scripts/install.sh), which was
  # later released in X11R6 (xc/config/util/install.sh) with the
--- 1,7 ----
  #!/bin/sh
  # install - install a program, script, or datafile
  
! scriptversion=2004-09-10.20
  
  # This originates from X11R5 (mit/util/scripts/install.sh), which was
  # later released in X11R6 (xc/config/util/install.sh) with the
***************
*** 260,266 ****
      rmtmp=$dstdir/_rm.$$_
  
      # Trap to clean up those temp files at exit.
!     trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
      trap '(exit $?); exit' 1 2 13 15
  
      # Copy the file name to the temp name.
--- 260,266 ----
      rmtmp=$dstdir/_rm.$$_
  
      # Trap to clean up those temp files at exit.
!     trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
      trap '(exit $?); exit' 1 2 13 15
  
      # Copy the file name to the temp name.
P install-sh


reply via email to

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