Ignore:
Timestamp:
Dec 8, 2010 4:54:58 PM (14 years ago)
Author:
gah
Message:

allow octave2 and octave3 versions to coexist

File:
1 edited

Legend:

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

    r1844 r1989  
    4747
    4848if ( $?OCTAVE_PATH ) then
    49   setenv OCTAVE_PATH "${libdir}/octave:$OCTAVE_PATH"
     49  setenv OCTAVE_PATH "${libdir}/octave${octave_version}:$OCTAVE_PATH"
    5050else
    51   setenv OCTAVE_PATH "${libdir}/octave"
     51  setenv OCTAVE_PATH "${libdir}/octave${octave_version}"
    5252endif
    5353
    5454if ( $?OCTAVE_LOADPATH ) then
    55   setenv OCTAVE_LOADPATH "${libdir}/octave${octave_version}:$OCTAVE_LOADPATH"
     55  setenv OCTAVE_LOADPATH "${libdir}/octave3:$OCTAVE_LOADPATH"
    5656else
    57   setenv OCTAVE_LOADPATH "${libdir}/octave${octave_version}"
     57  setenv OCTAVE_LOADPATH "${libdir}/octave3"
    5858endif
    5959
Note: See TracChangeset for help on using the changeset viewer.