6 lines
95 B
Tcsh
6 lines
95 B
Tcsh
|
# Make sure GDL_PATH is set
|
||
|
if ( $?GDL_PATH ) then
|
||
|
exit
|
||
|
endif
|
||
|
setenv GDL_PATH +/usr/share/gdl
|