Ignore:
Timestamp:
03/16/07 15:13:14 (17 years ago)
Author:
smasson
Message:

bugfix in path usage (continuation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/buildinit.pro

    r223 r229  
    488488; define the !path 
    489489  init = [init, '!path = expand_path(''+'' + '''+myIDL+''') $' $ 
    490           , '      + '':'' + expand_path(''+'' + '''+saxodir+''') $' $ 
    491           , '      + '':'' + expand_path(''+'' + !dir)'] 
     490          , '      + path_sep(/search_path) + expand_path(''+'' + '''+saxodir+''') $' $ 
     491          , '      + path_sep(/search_path) + expand_path(''+'' + !dir)'] 
    492492; 
    493493; should we keep the compatibility with the old version? 
Note: See TracChangeset for help on using the changeset viewer.