Changeset 12370


Ignore:
Timestamp:
2006-08-02T10:22:54+12:00 (18 years ago)
Author:
kjdon
Message:

now create the archives directory here rather than expecting plugouts to create it. If no docs were output, then the directory wasn't created and arcinfo crapped out cos it couldn't save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/import.pl

    r12360 r12370  
    460460    }
    461461    }
     462    # create the archives dir if needed
     463    &util::mk_all_dir($archivedir);
    462464
    463465    # read the archive information file
Note: See TracChangeset for help on using the changeset viewer.