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

- fixed another typo in NOHUP_NICENESS testing

parent bfd15dd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ then
  then
    if test $NOHUP_NICENESS -gt 0
    then
      $NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"
      NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"
    else
      NOHUP_NICENESS="nice -$NOHUP_NICENESS nohup"
    fi