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

- added missing "test" to $NOHUP_NICENESS test (thanks to Nick Gaugler for

   spotting and reporting this)
parent cb2220f1
...@@ -159,7 +159,7 @@ then ...@@ -159,7 +159,7 @@ then
NOHUP_NICENESS=`nohup nice 2>&1` NOHUP_NICENESS=`nohup nice 2>&1`
if test $? -eq 0 && test x"$NOHUP_NICENESS" != x0 && nice --1 echo foo > /dev/null 2>&1 if test $? -eq 0 && test x"$NOHUP_NICENESS" != x0 && nice --1 echo foo > /dev/null 2>&1
then then
if $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
......
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