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 ...@@ -66,10 +66,10 @@ if [ -f ~/.config/eterbuild ] ; then
. ~/.config/eterbuild . ~/.config/eterbuild
elif [ -f ~/.eterbuild-config ] ; then elif [ -f ~/.eterbuild-config ] ; then
. ~/.eterbuild-config . ~/.eterbuild-config
warning "./eterbuild-config is obsoleted, use ~/.config/eterbuild instead"
else else
if [ -f ~/.ebconfig ] ; then if [ -f ~/.ebconfig ] ; then
. ~/.ebconfig fatal "./ebconfig is obsoleted, use ~/.config/eterbuild instead"
warning "./ebconfig is obsoleted, use ~/.config/eterbuild instead"
fi fi
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