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/ForOldVersion/keep_compatibility.pro

    r238 r239  
    5555; 
    5656  IF n_elements(myuniquetmpdir) NE 0 THEN BEGIN 
    57     !path = !path+ ':' + expand_path(myuniquetmpdir) 
     57    !path = myuniquetmpdir + path_sep(/search_path) + !path 
    5858    return 
    5959  ENDIF 
Note: See TracChangeset for help on using the changeset viewer.