summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorlenz@mysql.com <>2002-12-13 13:47:25 +0100
committerlenz@mysql.com <>2002-12-13 13:47:25 +0100
commita7ac8973a1ec4cf0480b5d2b2b896331e499618d (patch)
treea8c8b2671160942f349507ccff389c7eda2fa26f /scripts
parentbfd15dd6cabfb720ad71627fd2b2d0978cb7aa3e (diff)
downloadmariadb-git-a7ac8973a1ec4cf0480b5d2b2b896331e499618d.tar.gz
- fixed another typo in NOHUP_NICENESS testing
Diffstat (limited to 'scripts')
-rw-r--r--scripts/safe_mysqld.sh2
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