1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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

spotting and reporting this)
This commit is contained in:
unknown
2002-12-13 09:56:02 +01:00
parent ff50fc4fe5
commit d8a0617508

View File

@ -159,7 +159,7 @@ then
NOHUP_NICENESS=`nohup nice 2>&1`
if test $? -eq 0 && test x"$NOHUP_NICENESS" != x0 && nice --1 echo foo > /dev/null 2>&1
then
if $NOHUP_NICENESS -gt 0
if test $NOHUP_NICENESS -gt 0
then
$NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"
else