[23250] in Source-Commits
/svn/athena r22911 - trunk/debathena/config/athena-chroot/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Thu Apr 17 14:56:02 2008
Date: Thu, 17 Apr 2008 14:55:31 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200804171855.OAA12939@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2008-04-17 14:55:30 -0400 (Thu, 17 Apr 2008)
New Revision: 22911
Modified:
trunk/debathena/config/athena-chroot/debian/athmode
Log:
debathena-athena-chroot: Workaround to PATH being set after
.environment is sourced in the Athena dotfiles.
Modified: trunk/debathena/config/athena-chroot/debian/athmode
===================================================================
--- trunk/debathena/config/athena-chroot/debian/athmode 2008-04-17 18:12:44 UTC (rev 22910)
+++ trunk/debathena/config/athena-chroot/debian/athmode 2008-04-17 18:55:30 UTC (rev 22911)
@@ -1,3 +1,4 @@
#!/bin/sh
unset ENV_SET
+export PATH="/usr/athena/bin:/usr/athena/etc:/bin/athena:/usr/bin:/bin:/usr/X11R6/bin:/usr/sbin:/sbin"
exec schroot -qpc athena -- "$@"