Fixed typo in su command.

This commit is contained in:
Alexandre Julliard 2002-04-22 22:36:50 +00:00
parent c745b52803
commit 48f26b7c4d
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ then {
std_sleep
if ! su root -c"$sucommand"
if ! su root -c "$sucommand"
then {
echo
echo "Either you entered an incorrect password or we failed to run"