summaryrefslogtreecommitdiff
path: root/systemunit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'systemunit.pas')
-rw-r--r--systemunit.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemunit.pas b/systemunit.pas
index 6b858b2..763c8db 100644
--- a/systemunit.pas
+++ b/systemunit.pas
@@ -156,6 +156,7 @@ begin
args[0]:='-f';
args[1]:='-n';
args[2]:=s;
+ result:='';
if not runCommand('readlink',args,result) then
raise exception.create('Fehler beim Ausführen von ''readlink -f -n '+s+'''!');
end;