projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
525c820
)
eine warning beseitigt.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:44:18 +0000
(11:44 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:44:18 +0000
(11:44 +0200)
SL/LxOfficeConf.pm
patch
|
blob
|
history
diff --git
a/SL/LxOfficeConf.pm
b/SL/LxOfficeConf.pm
index
c133186
..
51ad991
100644
(file)
--- a/
SL/LxOfficeConf.pm
+++ b/
SL/LxOfficeConf.pm
@@
-66,7
+66,7
@@
sub _init_environment {
if ($info->{append_path}) {
$value = ':' . $value unless $value =~ m/^:/ || !$ENV{$key};
- $value = $ENV{$key} . $value;
+ $value = $ENV{$key} . $value
if $ENV{$key}
;
}
$ENV{$key} = $value;