mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: minor code tidying, machine simplifications for wmkdepend parser
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
# -eENV Environment variable path substitutions.
|
||||
# -oFile Write output to File.
|
||||
# -q Suppress 'No such file' warnings.
|
||||
# -v Verbose
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
unset envChanges output
|
||||
@ -37,10 +38,10 @@ unset envChanges output
|
||||
while [ "$#" -gt 1 ]
|
||||
do
|
||||
case "$1" in
|
||||
-q*) # quiet - ignore
|
||||
-q* | -v*) # quiet/verbose- ignore
|
||||
;;
|
||||
|
||||
-e*) # -eENV - ignore for now
|
||||
-e*) # -eENV - Not working
|
||||
envChanges="$envChanges ${1#-e}"
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user