mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: skip some tutorials when dynamicCode is not available
- silence failed restoration of controlDict from controlDict.orig (idempotent?)
This commit is contained in:
@ -8,7 +8,7 @@ cleanCase0
|
||||
|
||||
if notTest $@
|
||||
then
|
||||
mv -f system/controlDict.orig system/controlDict
|
||||
mv -f system/controlDict.orig system/controlDict 2>/dev/null
|
||||
fi
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -8,7 +8,7 @@ cleanCase0
|
||||
|
||||
if notTest $@
|
||||
then
|
||||
mv -f system/controlDict.orig system/controlDict
|
||||
mv -f system/controlDict.orig system/controlDict 2>/dev/null
|
||||
fi
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user