[27782] in Source-Commits
locker-support: new tag 10.4.2
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Fri Mar 7 14:49:58 2014
Date: Fri, 7 Mar 2014 14:49:51 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201403071949.s27JnpCj007473@drugstore.mit.edu>
To: source-commits@MIT.EDU
tag 10.4.2
Tagger: Jonathan Reed <jdreed@mit.edu>
Date: Fri Mar 7 14:48:43 2014 -0500
Release 10.4.2
commit ed65d47275ceacf84cc762cd3e75a2916063790a
Author: Benjamin Kaduk <kaduk@mit.edu>
Date: Tue Mar 4 17:57:49 2014 -0500
Add trailing semicolons for toShell
tcsh complains if we try to call setenv three times in the same command
(for PATH, MANPATH, and INFOPATH). Adding semicolons between them
causes them to be separate commands. Since it is generally cleaner to
have the variables set in separate commands, use the semicolon always,
for all shells.
Bump the version to 10.4.2
Signed-off-by: Jonathan Reed <jdreed@mit.edu>