Skip to content

Commit

Permalink
Envs: corr. pour csh
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit128 committed Oct 25, 2024
1 parent 20518f2 commit e7236c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cassiopee/Envs/env_Cassiopee_local
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set MAC0=`echo $KC | grep 'topaze'`; if ($%MAC0 != 0) set MAC="topaze"

# Detect MAC environment from MACHINE
set EXT=""
if ("$MACHINE" != "") then
if ($?MACHINE != 0) then
set INTTYPE=""
set DBGMODE=""
set BRANCHNAME=""
Expand All @@ -64,7 +64,7 @@ if ("$MACHINE" != "") then
set BRANCHNAME="_$BRANCHNAME"
endif

setenv MAC "$MACHINETMP"
set MAC="$MACHINETMP"
set EXT="$BRANCHNAME$INTTYPE$DBGMODE"
unset MACHINETMP BRANCHNAME INTTYPE DBGMODE
endif
Expand Down

0 comments on commit e7236c7

Please sign in to comment.