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/createfunc.pro

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