Ignore:
Timestamp:
04/12/07 10:52:32 (17 years ago)
Author:
smasson
Message:

small bugfixes

File:
1 edited

Legend:

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

    r242 r243  
    7878   cd, current = here 
    7979   pathlist = [here, strsplit(!path, path_sep(/search_path),/extract)] 
    80    inpath = total((file_search(dirname))[0] EQ pathlist) 
    81    IF inpath EQ 0 THEN !path = !path + path_sep(/search_path) + inpath 
     80   inpath = total((file_search(dirname, /fully_qualify_path))[0] EQ pathlist) 
     81   IF inpath EQ 0 THEN !path = dirname + path_sep(/search_path) + !path 
    8282; update the list of .pro and .sav in !PATH 
    8383   path_cache, /rebuild 
Note: See TracChangeset for help on using the changeset viewer.