Skip to content
Snippets Groups Projects
Commit aa4ed59b authored by Henry Weller's avatar Henry Weller
Browse files

foamEtcFile: Add support for openfoamdev

parent 26030001
Branches
Tags
1 merge request!25Merge foundation
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# ========= | # ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration | # \\ / O peration |
# \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation # \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
# \\/ M anipulation | # \\/ M anipulation |
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# License # License
...@@ -103,7 +103,7 @@ OpenFOAM-*) # standard naming convention OpenFOAM-<VERSION> ...@@ -103,7 +103,7 @@ OpenFOAM-*) # standard naming convention OpenFOAM-<VERSION>
version="${projectDirName##OpenFOAM-}" version="${projectDirName##OpenFOAM-}"
;; ;;
openfoam[0-9]*) # debian naming convention 'openfoam<VERSION>' openfoam[0-9]* | openfoamdev) # 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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment