texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sun Dec 12 09:52:01 EST 2004)


From: Karl Berry
Subject: texinfo update (Sun Dec 12 09:52:01 EST 2004)
Date: Sun, 12 Dec 2004 09:52:12 -0500

Index: doc/mdate-sh
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/mdate-sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -c -r1.4 -r1.5
*** doc/mdate-sh        9 Nov 2003 14:04:04 -0000       1.4
--- doc/mdate-sh        12 Dec 2004 14:38:49 -0000      1.5
***************
*** 1,9 ****
  #!/bin/sh
  # Get modification time of a file or directory and pretty-print it.
  
! scriptversion=2003-11-09.00
  
! # Copyright (C) 1995, 1996, 1997, 2003  Free Software Foundation, Inc.
  # written by Ulrich Drepper <address@hidden>, June 1995
  #
  # This program is free software; you can redistribute it and/or modify
--- 1,9 ----
  #!/bin/sh
  # Get modification time of a file or directory and pretty-print it.
  
! scriptversion=2004-12-08.12
  
! # Copyright (C) 1995, 1996, 1997, 2003, 2004 Free Software Foundation, Inc.
  # written by Ulrich Drepper <address@hidden>, June 1995
  #
  # This program is free software; you can redistribute it and/or modify
***************
*** 80,86 ****
  # words should be skipped to get the date.
  
  # On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
! set - x`$ls_command /`
  
  # Find which argument is the month.
  month=
--- 80,86 ----
  # words should be skipped to get the date.
  
  # On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
! set x`ls -l -d /`
  
  # Find which argument is the month.
  month=
***************
*** 107,113 ****
  done
  
  # Get the extended ls output of the file or directory.
! set - x`eval "$ls_command \"\$save_arg1\""`
  
  # Remove all preceding arguments
  eval $command
--- 107,113 ----
  done
  
  # Get the extended ls output of the file or directory.
! set x`eval "$ls_command \"\$save_arg1\""`
  
  # Remove all preceding arguments
  eval $command
P doc/mdate-sh


reply via email to

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