no more need for .cabal/bin in PATH

This commit is contained in:
Joey Hess 2014-10-15 01:17:17 -04:00
parent 797301b285
commit 3332c4289b

View file

@ -23,11 +23,6 @@ setupcabal () {
# Some packages fail to install in a non unicode locale.
LANG=en_US.UTF-8
export LANG
# The android build chroot has recent versions of alex and happy
# installed here.
PATH=$HOME/bin:$PATH
export PATH
}
patched () {