bin: Handle spaces in arguments to forwarding scripts

This commit is contained in:
Will Bainbridge
2022-08-05 11:01:24 +01:00
parent b0d2002e72
commit 8a2117b8d7
7 changed files with 7 additions and 7 deletions

View File

@ -40,6 +40,6 @@ fluid solver module which will be executed using
EOF
foamRun -solver fluid $*
foamRun -solver fluid "$@"
#------------------------------------------------------------------------------

View File

@ -40,6 +40,6 @@ fluid solver module which will be executed using
EOF
foamRun -solver multicomponentFluid $*
foamRun -solver multicomponentFluid "$@"
#------------------------------------------------------------------------------

View File

@ -38,6 +38,6 @@ foamMultiRun solver module executor which will be executed instead:
EOF
foamMultiRun $*
foamMultiRun "$@"
#------------------------------------------------------------------------------

View File

@ -38,6 +38,6 @@ utility which will be executed instead:
EOF
foamPostProcess $*
foamPostProcess "$@"
#------------------------------------------------------------------------------

View File

@ -40,6 +40,6 @@ fluid solver module which will be executed using
EOF
foamRun -solver multicomponentFluid $*
foamRun -solver multicomponentFluid "$@"
#------------------------------------------------------------------------------

View File

@ -40,6 +40,6 @@ fluid solver module which will be executed using
EOF
foamRun -solver fluid $*
foamRun -solver fluid "$@"
#------------------------------------------------------------------------------

View File

@ -40,6 +40,6 @@ fluid solver module which will be executed using
EOF
foamRun -solver fluid $*
foamRun -solver fluid "$@"
#------------------------------------------------------------------------------