Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-2.0.0

This commit is contained in:
Henry 2011-06-13 17:17:33 +01:00
commit a47d5f8113

View File

@ -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)