Commit 6739c581 authored by Vitaly Lipatov's avatar Vitaly Lipatov

functions/common: add subst() if missed

parent 35e4b70f
......@@ -14,6 +14,15 @@ realpath()
}
fi
# add subst if missed
if ! which subst 2>/dev/null >/dev/null ; then
subst()
{
sed -i -e "$@"
}
fi
if which csed 2>/dev/null >/dev/null ; then
colorify()
{
......
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