Commit e5d52cbc authored by Vitaly Lipatov's avatar Vitaly Lipatov

add gprintf function (see eterbug 5283)

parent 7bb08f13
......@@ -60,6 +60,13 @@ else
SETCOLOR_NORMAL(){ :; }
fi
# TODO: use /etc/init.d/functions (see eterbug 5283 too)
# Mandriva compatibility (eterbug 5283)
gprintf()
{
printf "$@"
}
# TODO: use printf?
success()
{
......
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