File modified: conf/bashrc
Change304 at Sat May 22 19:04:32 2010 +0200 by Ivan Kanis <ivan@mac.foo>
diff -r 8de5801e2151 -r edb4906eb6d4 conf/bashrc --- a/conf/bashrc Wed May 12 19:17:41 2010 +0200 +++ b/conf/bashrc Sat May 22 19:04:32 2010 +0200 @@ -5,16 +5,16 @@ # uncomment for debugging #set -x +# fink +test -r /sw/bin/init.sh && . /sw/bin/init.sh + # setup environment with a script file=/tmp/setenv.$$ ${HOME}/hg/bin/setenv.sh --interactive > ${file} source ${file} -export LH_BASE=/home/debian/tnf/live-helper -export PATH=$PATH:${LH_BASE}/helpers -# Copyright (C) 2006 Ivan Kanis +# Copyright (C) 2006-10 Ivan Kanis # Author: Ivan Kanis -# $Id: bashrc 2398 2008-08-27 09:29:32Z ivan $ # # This program is free software ; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,5 +29,3 @@ # You should have received a copy of the GNU General Public License # along with this program ; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -