From 1e4b16072dbfcec878bb78728cede07016a88480 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 1 Feb 2011 15:34:52 +0000 Subject: [PATCH] BUG: etc/settings.csh : csh syntax error --- etc/settings.csh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/settings.csh b/etc/settings.csh index 27bb9563cc..a9c7db7118 100644 --- a/etc/settings.csh +++ b/etc/settings.csh @@ -90,7 +90,7 @@ unsetenv MPFR_ARCH_PATH # Location of compiler installation # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if ( ! $?foamCompiler ) then - foamCompiler=system + set foamCompiler=system echo "Warning in $WM_PROJECT_DIR/etc/settings.csh:" echo " foamCompiler not set, using '$foamCompiler'" endif