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/ToBeReviewed/UTILITAIRE/oups.pro

    r157 r229  
    6565 ELSE vectjournal[n_elements(vectjournal)-1] = ''  
    6666; we rewrite idlsave.pro 
    67 putfile, myuniquetmpdir+'idlsave.pro', vectjournal 
    68 ; we compile, then we apply idlsave 
    69 cd,  current = curdir 
    70 cd, myuniquetmpdir 
     67 putfile, myuniquetmpdir+'idlsave.pro', vectjournal 
     68; update the list of .pro and .sav in !PATH 
     69 path_cache, /rebuild 
     70; apply idlsave 
    7171@idlsave    
    72 cd, curdir 
    7372; the journal has just been reopened, and we put elements of vectjournal in it.  
    7473for i = 0, n_elements(vectjournal)-1 DO $ 
Note: See TracChangeset for help on using the changeset viewer.