mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: Initial state after latest Foundation merge
This commit is contained in:
@ -54,7 +54,7 @@ then
|
||||
do
|
||||
case "$1" in
|
||||
-*)
|
||||
# stray option (not meant for us here) -> get out
|
||||
# Stray option (not meant for us here) -> get out
|
||||
break
|
||||
;;
|
||||
*=)
|
||||
@ -68,7 +68,7 @@ then
|
||||
eval "export $1"
|
||||
;;
|
||||
*)
|
||||
# filename: source it
|
||||
# Filename: source it
|
||||
if [ -f "$1" ]
|
||||
then
|
||||
_foamSource "$1"
|
||||
|
||||
Reference in New Issue
Block a user