Skip to content
Snippets Groups Projects
Commit fe0fad1c authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: incorrect tcsh syntax (fixes #1)

parent ad543c88
Branches
Tags
No related merge requests found
...@@ -25,6 +25,7 @@ if ("$openfoam_selection" != "" && -f "$openfoam_selector_dir/$openfoam_selectio ...@@ -25,6 +25,7 @@ if ("$openfoam_selection" != "" && -f "$openfoam_selector_dir/$openfoam_selectio
# 2nd: test for and source OpenFOAM etc/cshrc # 2nd: test for and source OpenFOAM etc/cshrc
if ("$openfoam_selection" != "" && -f "$openfoam_selection/etc/cshrc") then if ("$openfoam_selection" != "" && -f "$openfoam_selection/etc/cshrc") then
source "$openfoam_selection/etc/cshrc" source "$openfoam_selection/etc/cshrc"
fi endif
fi endif
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment