summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <hartmut@walhalla.site>2006-11-16 23:39:02 +0100
committerunknown <hartmut@walhalla.site>2006-11-16 23:39:02 +0100
commitca700777369d0269bef86da7b27d961c2b5468a8 (patch)
treeb2301a9b663b2142077ab93e33b00584d8623cb4 /support-files
parent3d958eb1afdfd1b721d4c84d9f05f6aedf8cfedf (diff)
downloadmariadb-git-ca700777369d0269bef86da7b27d961c2b5468a8.tar.gz
This command is not portable, as POSIX does not require it; use . instead.
(Bug #24294)
Diffstat (limited to 'support-files')
-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()
{