Changeset 2201


Ignore:
Timestamp:
09/11/09 07:20:39 (16 years ago)
Author:
Mathieu Morlighem
Message:

minor (Added path in case of an error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Nightly/runme.m

    r2198 r2201  
    4242%read configuration
    4343if ~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']);
    4545else
    4646        configuration;
Note: See TracChangeset for help on using the changeset viewer.