[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1b1-8-g83c3dde
mysql vizuser
noreply at mpich.org
Sun Aug 11 16:32:00 CDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".
The branch, master has been updated
via 83c3dde54260eea6a16cf1c39e0b115e33b64241 (commit)
from 5f1866c7becfc74abdd231d81c3816313e3801e4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/83c3dde54260eea6a16cf1c39e0b115e33b64241
commit 83c3dde54260eea6a16cf1c39e0b115e33b64241
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date: Sun Aug 11 16:23:57 2013 -0500
Revert "Fix range format in README.envvar"
This reverts commit 4614eb442ba24ae8b900ad3b3019d809a3ca2471.
diff --git a/maint/genparams b/maint/genparams
index db8ed07..36bbad0 100755
--- a/maint/genparams
+++ b/maint/genparams
@@ -586,7 +586,8 @@ sub fmt_default {
die "Unable to parse range value '$val', stopped";
}
- return qq($val);
+ $val =~ s/:/,/;
+ return qq({$val});
}
else {
return qq($val);
-----------------------------------------------------------------------
Summary of changes:
maint/genparams | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list