1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

This command is not portable, as POSIX does not require it; use . instead.

(Bug #24294)
This commit is contained in:
hartmut@walhalla.site
2006-11-16 23:39:02 +01:00
parent 8b947e265b
commit f4e097420a

View File

@@ -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()
{