summaryrefslogtreecommitdiff
path: root/support-files/mysql.server.sh
diff options
context:
space:
mode:
authorhartmut@walhalla.site <>2006-11-16 23:39:02 +0100
committerhartmut@walhalla.site <>2006-11-16 23:39:02 +0100
commitf4e097420a474d5d18a8f6122d1e06d5bd7bcd7f (patch)
treeb2301a9b663b2142077ab93e33b00584d8623cb4 /support-files/mysql.server.sh
parent8b947e265b5d790ca4e7b97a20cbd668c27f9884 (diff)
downloadmariadb-git-f4e097420a474d5d18a8f6122d1e06d5bd7bcd7f.tar.gz
This command is not portable, as POSIX does not require it; use . instead.
(Bug #24294)
Diffstat (limited to 'support-files/mysql.server.sh')
-rw-r--r--support-files/mysql.server.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh
index d5041f30c0a..f5fa4e9ed9a 100644
--- a/support-files/mysql.server.sh
+++ b/support-files/mysql.server.sh
@@ -82,7 +82,7 @@ datadir_set=
#
lsb_functions="/lib/lsb/init-functions"
if test -f $lsb_functions ; then
- source $lsb_functions
+ . $lsb_functions
else
log_success_msg()
{