Changeset 1411 for trunk


Ignore:
Timestamp:
Apr 21, 2009 11:45:25 AM (15 years ago)
Author:
gah
Message:

Update rappture-csh.env.in to match rappture.env.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/rappture-csh.env.in

    r1393 r1411  
    5454endif
    5555
     56if ( $?OCTAVE_LOADPATH ) then
     57  setenv OCTAVE_LOADPATH "${libdir}/octave:$OCTAVE_LOADPATH"
     58else
     59  setenv OCTAVE_LOADPATH "${libdir}/octave"
     60endif
     61
    5662if ( $?PERL5LIB ) then
    5763  setenv PERL5LIB "${libdir}/perl:$PERL5LIB"
Note: See TracChangeset for help on using the changeset viewer.