TUT: skip some tutorials when dynamicCode is not available

- silence failed restoration of controlDict from controlDict.orig
  (idempotent?)
This commit is contained in:
Mark Olesen
2020-08-06 18:25:56 +02:00
parent 9ef144118d
commit 44052de594
24 changed files with 77 additions and 5 deletions

View File

@ -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
#------------------------------------------------------------------------------

View File

@ -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
#------------------------------------------------------------------------------