Commit 98efe83c1bcc27697c9669e10ffab3c3079f1b18

Authored by Jean-Philippe Bernard
1 parent 59d02e52
Exists in master

fixed

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/idl/dustem_set_up_fortran.pro
... ... @@ -112,7 +112,7 @@ spawn,str
112 112  
113 113 ;rename executable
114 114 ;dustem_f90_name=!DUSTEM_SOFT_DIR+'/src/'+dustem_user
115   -dustem_f90_name='/tmp/'+dustem_user
  115 +dustem_f90_name='/tmp/'+dustem_user+'_exec'
116 116 str='mv '+!DUSTEM_SOFT_DIR+'/src/dustem '+dustem_f90_name
117 117 message,'Issuing '+str,/cont
118 118 spawn,str
... ...