diff options
author | lenz@mysql.com <> | 2002-12-13 13:47:25 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2002-12-13 13:47:25 +0100 |
commit | a7ac8973a1ec4cf0480b5d2b2b896331e499618d (patch) | |
tree | a8c8b2671160942f349507ccff389c7eda2fa26f /scripts | |
parent | bfd15dd6cabfb720ad71627fd2b2d0978cb7aa3e (diff) | |
download | mariadb-git-a7ac8973a1ec4cf0480b5d2b2b896331e499618d.tar.gz |
- fixed another typo in NOHUP_NICENESS testing
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/safe_mysqld.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/safe_mysqld.sh b/scripts/safe_mysqld.sh index c2b6b8cd8b7..67a38e49e01 100644 --- a/scripts/safe_mysqld.sh +++ b/scripts/safe_mysqld.sh @@ -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 |