From 1d8ef28cb8cf6a8dd0bcc62453a97bd49e1f7729 Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Mon, 26 Oct 2015 17:35:27 +0000 Subject: [PATCH] foamEtcFile: Add support for openfoamdev --- bin/foamEtcFile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/foamEtcFile b/bin/foamEtcFile index a08167148e3..72f1aa4a934 100755 --- a/bin/foamEtcFile +++ b/bin/foamEtcFile @@ -3,7 +3,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------- # License @@ -103,7 +103,7 @@ OpenFOAM-*) # standard naming convention OpenFOAM-<VERSION> version="${projectDirName##OpenFOAM-}" ;; -openfoam[0-9]*) # debian naming convention 'openfoam<VERSION>' +openfoam[0-9]* | openfoamdev) # debian naming convention 'openfoam<VERSION>' versionNum="${projectDirName##openfoam}" case "$versionNum" in ??) # convert 2 digit version number to decimal delineated -- GitLab