From 5c75ad35abf6c50b0922a185168245aaf973e060 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Mon, 13 Jun 2011 16:19:05 +0100 Subject: [PATCH] ENH: bin/tools/foamConfigurePaths: temporarily disable projectVersion --- bin/tools/foamConfigurePaths | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/tools/foamConfigurePaths b/bin/tools/foamConfigurePaths index 9526748f07b..d5fe1ba0ff7 100755 --- a/bin/tools/foamConfigurePaths +++ b/bin/tools/foamConfigurePaths @@ -107,13 +107,13 @@ do shift 2 ;; --projectVersion) - [ "$#" -ge 2 ] || usage "'$1' option requires an argument" - projectVersion="$2" - # replace WM_PROJECT_VERSION=... - _inlineSed \ - etc/bashrc \ - '/^[^#]/s@WM_PROJECT_VERSION=.*@WM_PROJECT_VERSION='"$projectVersion@" \ - "Replacing WM_PROJECT_VERSION setting by $projectVersion" +# [ "$#" -ge 2 ] || usage "'$1' option requires an argument" +# projectVersion="$2" +# # replace WM_PROJECT_VERSION=... +# _inlineSed \ +# etc/bashrc \ +# '/^[^#]/s@WM_PROJECT_VERSION=.*@WM_PROJECT_VERSION='"$projectVersion@" \ +# "Replacing WM_PROJECT_VERSION setting by $projectVersion" shift 2 ;; -archOption | --archOption) -- GitLab