]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/mdate-sh: Check the size of the word following the month to
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 8 Feb 2005 23:06:44 +0000 (23:06 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 8 Feb 2005 23:06:44 +0000 (23:06 +0000)
catch Darwin.  This way the filename can contain spaces.

ChangeLog
doc/stamp-vti
doc/version.texi
lib/mdate-sh

index 7babaf332195592c001a4de34d5fc528cb4867cd..a83b8bb9ae4c4340c931f8a24133c02993d96224 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-02-08  Stepan Kasal  <kasal@ucw.cz>
 
+       * lib/mdate-sh: Check the size of the word following the month to
+       catch Darwin.  This way the filename can contain spaces.
+
        * doc/automake.texi (Requirements, Options): Typos.
 
 2005-02-08  Alexandre Duret-Lutz  <adl@gnu.org>
index c9bd5ee31a3ae0f2e41ba9ab64ada3d846c3c99c..98bac51f885552edbd0e66df5746f1ef0245cc4b 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 7 February 2005
+@set UPDATED 8 February 2005
 @set UPDATED-MONTH February 2005
 @set EDITION 1.9a
 @set VERSION 1.9a
index c9bd5ee31a3ae0f2e41ba9ab64ada3d846c3c99c..98bac51f885552edbd0e66df5746f1ef0245cc4b 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 7 February 2005
+@set UPDATED 8 February 2005
 @set UPDATED-MONTH February 2005
 @set EDITION 1.9a
 @set VERSION 1.9a
index a60e7d71bbee4a75a0bbd0ad76eae0bc6ad72075..4b2efdf91f7af8d2b4111d3083a98e2aecb1357f 100755 (executable)
@@ -148,9 +148,9 @@ case $2 in
   Dec) month=December; nummonth=12;;
 esac
 
-case $# in
4) day=$1;;
- *) day=$3; shift;;
+case $3 in
 ???*) day=$1;;
 *) day=$3; shift;;
 esac
 
 # Here we have to deal with the problem that the ls output gives either