1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

- fixed another typo in NOHUP_NICENESS testing

This commit is contained in:
unknown
2002-12-13 13:47:25 +01:00
parent d8a0617508
commit 726f29f7e5

View File

@ -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