mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: bin/tools/foamConfigurePaths: temporarily disable projectVersion
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user