[26579] in Source-Commits
Re: /svn/athena r25631 - in trunk/debathena/debathena/dotfiles: .
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Wed Jul 11 12:39:25 2012
Date: Wed, 11 Jul 2012 12:39:22 -0400 (EDT)
From: Jonathon Weiss <jweiss@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201207100335.q6A3ZECQ013259@drugstore.mit.edu>
Message-ID: <alpine.DEB.2.02.1207111238280.12033@the-other-woman.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Thanks. Empirically, this solves the problem (not that we expected otherwise).
Jonathon
On Mon, 9 Jul 2012, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2012-07-09 23:35:14 -0400 (Mon, 09 Jul 2012)
> New Revision: 25631
>
> Modified:
> trunk/debathena/debathena/dotfiles/cshrc
> trunk/debathena/debathena/dotfiles/debian/changelog
> Log:
> In dotfiles:
> * Don't use bash's path separator in tcsh
>
>
> Modified: trunk/debathena/debathena/dotfiles/cshrc
> ===================================================================
> --- trunk/debathena/debathena/dotfiles/cshrc 2012-07-09 18:19:32 UTC (rev 25630)
> +++ trunk/debathena/debathena/dotfiles/cshrc 2012-07-10 03:35:14 UTC (rev 25631)
> @@ -185,11 +185,11 @@
>
> if (! $?skip_sanity_checks) then
> set missing=0
> - echo $path | /usr/bin/tr ':' '\n' | /bin/grep -Fqx /bin
> + echo $path | /usr/bin/tr ' ' '\n' | /bin/grep -Fqx /bin
> if ( $? != 0 ) then
> set missing=1
> endif
> - echo $path | /usr/bin/tr ':' '\n' | /bin/grep -Fqx /usr/bin
> + echo $path | /usr/bin/tr ' ' '\n' | /bin/grep -Fqx /usr/bin
> if ( $? != 0 ) then
> set missing=1
> endif
>
> Modified: trunk/debathena/debathena/dotfiles/debian/changelog
> ===================================================================
> --- trunk/debathena/debathena/dotfiles/debian/changelog 2012-07-09 18:19:32 UTC (rev 25630)
> +++ trunk/debathena/debathena/dotfiles/debian/changelog 2012-07-10 03:35:14 UTC (rev 25631)
> @@ -1,3 +1,9 @@
> +debathena-dotfiles (10.0.30-0debathena5) unstable; urgency=low
> +
> + * Don't use bash's path separator in tcsh
> +
> + -- Jonathan Reed <jdreed@mit.edu> Mon, 09 Jul 2012 23:35:07 -0400
> +
> debathena-dotfiles (10.0.30-0debathena4) unstable; urgency=low
>
> * Don't use csh variables in bashrc