[23264] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r22925 - in trunk/debathena/debathena/dotfiles: . debian

daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Mon Apr 21 22:35:54 2008

Date: Mon, 21 Apr 2008 22:35:44 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200804220235.WAA19006@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: tabbott
Date: 2008-04-21 22:35:43 -0400 (Mon, 21 Apr 2008)
New Revision: 22925

Modified:
   trunk/debathena/debathena/dotfiles/cshrc
   trunk/debathena/debathena/dotfiles/debian/changelog
Log:
In dotfiles:
  * Fix bug introduced in cshrc PATH handling.


Modified: trunk/debathena/debathena/dotfiles/cshrc
===================================================================
--- trunk/debathena/debathena/dotfiles/cshrc	2008-04-21 23:48:12 UTC (rev 22924)
+++ trunk/debathena/debathena/dotfiles/cshrc	2008-04-22 02:35:43 UTC (rev 22925)
@@ -106,7 +106,7 @@
     source ~/.path
   else
     # Standard Athena path
-    set path=(`/usr/bin/athdir $HOME` $PATH .)
+    set path=(`/usr/bin/athdir $HOME` $path .)
   endif
 
 endif

Modified: trunk/debathena/debathena/dotfiles/debian/changelog
===================================================================
--- trunk/debathena/debathena/dotfiles/debian/changelog	2008-04-21 23:48:12 UTC (rev 22924)
+++ trunk/debathena/debathena/dotfiles/debian/changelog	2008-04-22 02:35:43 UTC (rev 22925)
@@ -1,3 +1,9 @@
+debathena-dotfiles (10.0.0-0debathena2) unstable; urgency=low
+
+  * Fix bug introduced in cshrc PATH handling.
+
+ -- Tim Abbott <tabbott@mit.edu>  Mon, 21 Apr 2008 17:06:38 -0400
+
 debathena-dotfiles (10.0.0-0debathena1) unstable; urgency=low
 
   * Merge in quilt patches.  These and other changes are summarized below.


home help back first fref pref prev next nref lref last post