mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-2.0.0
This commit is contained in:
@ -107,13 +107,13 @@ do
|
|||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
--projectVersion)
|
--projectVersion)
|
||||||
[ "$#" -ge 2 ] || usage "'$1' option requires an argument"
|
# [ "$#" -ge 2 ] || usage "'$1' option requires an argument"
|
||||||
projectVersion="$2"
|
# projectVersion="$2"
|
||||||
# replace WM_PROJECT_VERSION=...
|
# # replace WM_PROJECT_VERSION=...
|
||||||
_inlineSed \
|
# _inlineSed \
|
||||||
etc/bashrc \
|
# etc/bashrc \
|
||||||
'/^[^#]/s@WM_PROJECT_VERSION=.*@WM_PROJECT_VERSION='"$projectVersion@" \
|
# '/^[^#]/s@WM_PROJECT_VERSION=.*@WM_PROJECT_VERSION='"$projectVersion@" \
|
||||||
"Replacing WM_PROJECT_VERSION setting by $projectVersion"
|
# "Replacing WM_PROJECT_VERSION setting by $projectVersion"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
-archOption | --archOption)
|
-archOption | --archOption)
|
||||||
|
|||||||
Reference in New Issue
Block a user