Commit ca700777 authored by unknown's avatar unknown
Browse files

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

(Bug #24294)

parent 3d958eb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()
  {