[23538] in Source-Commits
/svn/athena r23180 - in trunk/debathena/debathena/dotfiles: . debian
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Thu Sep 18 18:04:50 2008
Date: Thu, 18 Sep 2008 18:04:22 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200809182204.SAA21720@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: ghudson
Date: 2008-09-18 18:04:21 -0400 (Thu, 18 Sep 2008)
New Revision: 23180
Modified:
trunk/debathena/debathena/dotfiles/cshrc
trunk/debathena/debathena/dotfiles/debian/changelog
Log:
In dotfiles:
* Fix the handling of .path files in cshrc.
Modified: trunk/debathena/debathena/dotfiles/cshrc
===================================================================
--- trunk/debathena/debathena/dotfiles/cshrc 2008-09-18 02:59:36 UTC (rev 23179)
+++ trunk/debathena/debathena/dotfiles/cshrc 2008-09-18 22:04:21 UTC (rev 23180)
@@ -113,7 +113,7 @@
if ((! $?NOCALLS) && (-r ~/.path)) then
# Support .path files for compatibility.
- set athena_path=$path
+ set athena_path=($path)
source ~/.path
else
# Standard Athena path additions.
Modified: trunk/debathena/debathena/dotfiles/debian/changelog
===================================================================
--- trunk/debathena/debathena/dotfiles/debian/changelog 2008-09-18 02:59:36 UTC (rev 23179)
+++ trunk/debathena/debathena/dotfiles/debian/changelog 2008-09-18 22:04:21 UTC (rev 23180)
@@ -1,3 +1,9 @@
+debathena-dotfiles (10.0.7-0debathena2) unstable; urgency=low
+
+ * Fix the handling of .path files in cshrc.
+
+ -- Greg Hudson <ghudson@mit.edu> Thu, 18 Sep 2008 18:04:13 -0400
+
debathena-dotfiles (10.0.7-0debathena1) unstable; urgency=low
* Adjust for new clusterinfo paths.