diff options
author | unknown <hartmut@walhalla.site> | 2006-11-16 23:39:02 +0100 |
---|---|---|
committer | unknown <hartmut@walhalla.site> | 2006-11-16 23:39:02 +0100 |
commit | ca700777369d0269bef86da7b27d961c2b5468a8 (patch) | |
tree | b2301a9b663b2142077ab93e33b00584d8623cb4 /support-files | |
parent | 3d958eb1afdfd1b721d4c84d9f05f6aedf8cfedf (diff) | |
download | mariadb-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.sh | 2 |
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() { |