Commit ca700777 authored by unknown's avatar unknown

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

(Bug #24294)

parent 3d958eb1
...@@ -82,7 +82,7 @@ datadir_set= ...@@ -82,7 +82,7 @@ datadir_set=
# #
lsb_functions="/lib/lsb/init-functions" lsb_functions="/lib/lsb/init-functions"
if test -f $lsb_functions ; then if test -f $lsb_functions ; then
source $lsb_functions . $lsb_functions
else else
log_success_msg() log_success_msg()
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment