Commit bebd3a11 authored by Vitaly Lipatov's avatar Vitaly Lipatov

drop quotes from sudorun (like docmd)

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