foamEtcFile: replaced redundant package directory name
This commit is contained in:
@ -103,7 +103,7 @@ OpenFOAM-*) # standard naming convention OpenFOAM-<VERSION>
|
|||||||
version="${projectDirName##OpenFOAM-}"
|
version="${projectDirName##OpenFOAM-}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
openfoam[0-9]* | openfoamdev) # debian naming convention 'openfoam<VERSION>'
|
openfoam[0-9]* | openfoam-dev) # debian naming convention 'openfoam<VERSION>'
|
||||||
versionNum="${projectDirName##openfoam}"
|
versionNum="${projectDirName##openfoam}"
|
||||||
case "$versionNum" in
|
case "$versionNum" in
|
||||||
??) # convert 2 digit version number to decimal delineated
|
??) # convert 2 digit version number to decimal delineated
|
||||||
|
|||||||
Reference in New Issue
Block a user