Bill Wendling a6036953db [svn-r4472]
Purpose:
    Refix
Description:
    Changed
       if test -d $1; then
         :
       else

    to

       if test ! -d $1; then

    since "test ! -d" should work on all platforms and is a much cleaner
    solution than the original.
Platforms tested:
    Linux
2001-09-24 15:55:05 -05:00
..
1998-07-17 14:03:43 -05:00
1998-09-08 14:15:44 -05:00
2000-11-13 14:56:13 -05:00
2000-11-13 14:56:13 -05:00
1998-07-17 14:03:43 -05:00
2001-08-02 12:26:52 -05:00
2000-09-19 12:04:46 -05:00
1998-07-17 14:03:43 -05:00
2001-07-06 00:43:38 -05:00
2001-05-25 15:02:33 -05:00
1999-11-01 10:21:16 -05:00
2001-01-26 16:23:51 -05:00
2001-08-01 16:00:25 -05:00
2001-08-28 17:35:03 -05:00
2001-09-24 15:55:05 -05:00
2001-07-06 00:43:38 -05:00
2001-09-09 22:52:17 -05:00
2001-04-13 16:57:04 -05:00
2000-11-10 15:45:33 -05:00