diff options
author | Erich Eckner <git@eckner.net> | 2016-03-08 13:26:35 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-03-15 13:01:16 +0100 |
commit | 0af58141bb3580e944780b8e89f3974b06c5e232 (patch) | |
tree | c2f37646beacd2e193a7f4900552bfe36bc53fd3 /systemunit.pas | |
parent | 4968f44f277c1428e9bf18201b605550c5d86c84 (diff) | |
download | units-0af58141bb3580e944780b8e89f3974b06c5e232.tar.xz |
Warnung in systemunit.pas entfernt
Diffstat (limited to 'systemunit.pas')
-rw-r--r-- | systemunit.pas | 1 |
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; |