Ignore:
Timestamp:
Apr 15, 2007, 9:33:12 PM (18 years ago)
Author:
bird
Message:

merged OS/2 changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-devel/automake-1.4/mdate-sh

    r3124 r3126  
    3636# (3 shifts here, the next inside the loop).
    3737shift
    38 shift
    39 shift
     38# OS/2 doesn't necessarily have group/user columns, so we skip two shifts
     39if test -z "$OS2_SHELL"; then
     40  shift
     41  shift
     42fi
    4043
    4144# Find the month.  Next argument is day, followed by the year or time.
Note: See TracChangeset for help on using the changeset viewer.