X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/36da77056776b6a84470fe7a3665077943f846b9..420cc628dce84d55be98be5f9987b13879c2010e:/SL/System/Process.pm diff --git a/SL/System/Process.pm b/SL/System/Process.pm index 0bddfd6b3..482e6d33f 100644 --- a/SL/System/Process.pm +++ b/SL/System/Process.pm @@ -35,7 +35,7 @@ SL::System::Process - assorted system-relevant functions =head1 SYNOPSIS - # Get base path to Kivitendo scripts + # Get base path to kivitendo scripts my $path = SL::System::Process->exe_dir; =head1 FUNCTIONS @@ -44,7 +44,7 @@ SL::System::Process - assorted system-relevant functions =item C -Returns the absolute path to the directory the Kivitendo executables +Returns the absolute path to the directory the kivitendo executables (C etc.) and modules (sub-directory C etc.) are located in.