summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-12-13 13:47:25 +0100
committerunknown <lenz@mysql.com>2002-12-13 13:47:25 +0100
commit726f29f7e55d815e95bf56cb4b194302fa0c85f7 (patch)
treea8c8b2671160942f349507ccff389c7eda2fa26f /scripts
parentd8a0617508abcb8d56e8889ca3166b8a5a11b8fa (diff)
downloadmariadb-git-726f29f7e55d815e95bf56cb4b194302fa0c85f7.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