mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Use rm -rf to avoid warnings for files that have already been removed.
This commit is contained in:
@ -4,10 +4,8 @@
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cd periodicCube
|
||||
rm -rf 0 > /dev/null 2>&1
|
||||
rm Ar-Ar > /dev/null 2>&1
|
||||
rm constant/idList
|
||||
|
||||
rm -rf 0
|
||||
rm -rf Ar-Ar
|
||||
rm -rf constant/idList
|
||||
cleanCase
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user