X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FSystem%2FProcess.pm;h=482e6d33f150ffd5014cbf68a00bd85db8fd1369;hb=2acbe8c6c3c8a988e712deb438adf0dc40c3daaf;hp=0bddfd6b3c9de89ed7dbad1262f9ec1be9522d0f;hpb=4ab897fdb1a54cd753ec66ebc8fbd5ffdd883cd6;p=kivitendo-erp.git 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.