Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheryoung committed Apr 21, 2014
1 parent 29fed10 commit e2f5efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schrodinger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function reportenv() {
function setschvars() {

if [[ $platform == 'linux' ]]; then
export SCHRODINGER='/scr/young/schrodinger'
export SCHRODINGER_SRC='/scr/young/schrodinger_src'
export SCHRODINGER='/scr2/young/schrodinger'
export SCHRODINGER_SRC='/scr2/young/schrodinger_src'
elif [[ $platform == 'mac' ]]; then
export SCHRODINGER='/Users/young/code/schrodinger'
export SCHRODINGER_SRC='/Users/young/code/schrodinger_src'
Expand Down

0 comments on commit e2f5efa

Please sign in to comment.