Commit bebd3a11 authored by Vitaly Lipatov's avatar Vitaly Lipatov

drop quotes from sudorun (like docmd)

parent a0be7055
......@@ -154,7 +154,7 @@ sudorun()
{
set_sudo
if [ -z "$SUDO" ] ; then
"$@"
$@
return
fi
$SUDO "$@"
......
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