Ignore:
Timestamp:
03/28/07 08:50:03 (17 years ago)
Author:
smasson
Message:

cleaning + minor bugfix related to the path definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/createpro.pro

    r232 r239  
    8282; update the list of .pro and .sav in !PATH 
    8383   path_cache, /rebuild 
     84; do we really use shortfilename? 
     85   list = find(shortfilename, /onlypro, /firstfound) 
     86   IF list[0] NE filename THEN BEGIN ; it is ok if filename is the first one 
     87     dummy = report(['Several files ' + shortfilename + ' are found in the !path and' $ 
     88                     , list[0] + ' we be used instead of', filename, 'We stop...'], /simple) 
     89     stop 
     90   ENDIF 
    8491; compile it 
    8592   resolve_routine, shortfilename 
Note: See TracChangeset for help on using the changeset viewer.