Commit 8739c0e0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

drop out ~/.ebconfig support, enable warning about ~/.eterbuild-config

parent 1ae716cf
......@@ -66,10 +66,10 @@ if [ -f ~/.config/eterbuild ] ; then
. ~/.config/eterbuild
elif [ -f ~/.eterbuild-config ] ; then
. ~/.eterbuild-config
warning "./eterbuild-config is obsoleted, use ~/.config/eterbuild instead"
else
if [ -f ~/.ebconfig ] ; then
. ~/.ebconfig
warning "./ebconfig is obsoleted, use ~/.config/eterbuild instead"
fatal "./ebconfig is obsoleted, use ~/.config/eterbuild instead"
fi
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment