Changeset 2201
- Timestamp:
- 09/11/09 07:20:39 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Nightly/runme.m
r2198 r2201 42 42 %read configuration 43 43 if ~exist('./configuration.m') 44 error( 'runme error message: configuration file ''configuration.m'' not found');44 error(['runme error message: configuration file ''' pwd '/configuration.m'' not found']); 45 45 else 46 46 configuration;
Note:
See TracChangeset
for help on using the changeset viewer.