Skip to content
Snippets Groups Projects
Commit 61ec8ff8 authored by mattijs's avatar mattijs
Browse files

BUG: etc/cshrc: alias cannot be called on single line if statement?

parent a703cb3b
Branches
Tags
No related merge requests found
......@@ -74,7 +74,9 @@ alias _foamSource 'if ($?FOAM_VERBOSE && $?prompt) echo "Sourcing: \!*"; source
# Add in preset user or site preferences:
set foamPrefs=`$WM_PROJECT_DIR/bin/foamEtcFile prefs.csh`
if ( $status == 0 ) _foamSource $foamPrefs
if ( $status == 0 ) then
_foamSource $foamPrefs
endif
unset foamPrefs
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment