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

    r231 r239  
    3939    file_mkdir, myuniquetmpdir 
    4040; add it to !path 
    41     !path = !path+ ':' + expand_path(myuniquetmpdir) 
     41    !path = myuniquetmpdir + path_sep(/search_path) + !path 
    4242  ENDIF 
    4343; 
Note: See TracChangeset for help on using the changeset viewer.