Commit 2cde1d57 authored by Vitaly Lipatov's avatar Vitaly Lipatov

tools_eget: remove duplicated fatal()

parent afbe0072
......@@ -93,12 +93,6 @@ if [ "$1" = "--latest" ] ; then
shift
fi
fatal()
{
echo "$*" >&2
exit 1
}
# check man glob
filter_glob()
{
......
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