Commit 726f29f7 authored by unknown's avatar unknown

- fixed another typo in NOHUP_NICENESS testing

parent d8a06175
...@@ -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