Commit a7ac8973 authored by lenz@mysql.com's avatar lenz@mysql.com

- fixed another typo in NOHUP_NICENESS testing

parent bfd15dd6
...@@ -161,7 +161,7 @@ then ...@@ -161,7 +161,7 @@ then
then then
if test $NOHUP_NICENESS -gt 0 if test $NOHUP_NICENESS -gt 0
then then
$NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup" NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"
else else
NOHUP_NICENESS="nice -$NOHUP_NICENESS nohup" NOHUP_NICENESS="nice -$NOHUP_NICENESS nohup"
fi fi
......
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