mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: suppress unset -f warnings for bash completions
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -169,7 +169,7 @@ then
|
||||
|
||||
fi
|
||||
|
||||
unset -f _foamParaviewEval
|
||||
unset -f _foamParaviewEval 2> /dev/null
|
||||
unset cleaned cmake cmake_version pvName pvMajor pvLibDir pvPython
|
||||
unset ParaView_MAJOR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user