Changeset 11610


Ignore:
Timestamp:
03/02/12 11:31:53 (13 years ago)
Author:
schlegel
Message:

update install.sh script in matlab directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/cron/nightlyrun.sh

    r11572 r11610  
    122122cluster.executionpath='$EXECUTION_PATH';
    123123END
     124   cat << END > $ISSM_TIER/externalpackages/matlab/install.sh
     125#!/bin/bash
     126rm -rf install
     127ln -s $MATLAB_PATH install
     128END
     129
    124130fi
    125131#}}}
Note: See TracChangeset for help on using the changeset viewer.