mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: avoid stray options affecting _foamEval, pass FOAM_SETTINGS to foamExec
This commit is contained in:
@ -144,6 +144,10 @@ _foamEval()
|
||||
while [ $# -gt 0 ]
|
||||
do
|
||||
case "$1" in
|
||||
-*)
|
||||
# stray option (not meant for us here) -> get out
|
||||
break
|
||||
;;
|
||||
*=)
|
||||
# name= -> unset name
|
||||
[ "$FOAM_VERBOSE" -a "$PS1" ] && echo "unset ${1%=}"
|
||||
|
||||
Reference in New Issue
Block a user