macdev was BROKEN

This commit is contained in:
David Alexander Majnemer 2008-12-12 13:09:29 -06:00
parent 938af6115c
commit 1d0e2a3ff4

View file

@ -1,10 +0,0 @@
local dev_path;
case `uname -s` in
Darwin)
dev_path=/Developer/usr
if [[ -r $dev_path ]] ; then
export PATH="${dev_path}/bin:${dev_path}/sbin:${PATH}"
export MANPATH="${dev_path}/share/man":$(manpath)
fi
;;
esac