Browse Source

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

(Bug #24294)
pull/73/head
hartmut@walhalla.site 19 years ago
parent
commit
f4e097420a
  1. 2
      support-files/mysql.server.sh

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

Loading…
Cancel
Save