diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/Allclean b/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/Allclean index 2e0aebff6..6966e9f41 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/Allclean +++ b/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/Allclean @@ -6,7 +6,7 @@ cd "${0%/*}" || exit 1 # Run from this directory removeRegionDirs () { # HACK to get regionDirs from materialProperties - _regionDirs="$(grep -E "^[a-Z]" constant/materialProperties | tail -n +2)" + _regionDirs="$(grep "^[a-zA-Z]" constant/materialProperties | tail -n +2)" for _d in system constant do