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:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user