mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: remove unnecessary stdout, stderr /dev/null redirects
- no stderr redirect needed:
* 'command -v'
- no stdout/stderr redirect needed:
* 'rm -f'
STYLE: consistent spacing after redirects
This commit is contained in:
committed by
Andrew Heather
parent
ec7e3c88e4
commit
e6dfb39c66
@ -16,7 +16,7 @@ intersectSurfaces()
|
||||
}
|
||||
|
||||
|
||||
\rm -rf 0
|
||||
rm -rf 0
|
||||
|
||||
|
||||
# Run the surface preparation script
|
||||
@ -76,7 +76,7 @@ then
|
||||
runApplication reconstructParMesh -latestTime
|
||||
|
||||
\cp -r $latestTime/polyMesh constant
|
||||
\rm -rf $latestTime
|
||||
rm -rf $latestTime
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user