From b5e263be0d2fdd71d3741d0ed699304e1c1bf408 Mon Sep 17 00:00:00 2001
From: Chris Greenshields <http://cfd.direct>
Date: Fri, 9 Sep 2016 20:00:26 +0100
Subject: [PATCH] foamEtcFile: replaced redundant package directory name

---
 bin/foamEtcFile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/foamEtcFile b/bin/foamEtcFile
index 4deb76e192b..3d3d01864e4 100755
--- a/bin/foamEtcFile
+++ b/bin/foamEtcFile
@@ -103,7 +103,7 @@ OpenFOAM-*)         # standard naming convention OpenFOAM-<VERSION>
     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}"
     case "$versionNum" in
     ??)         # convert 2 digit version number to decimal delineated
-- 
GitLab