diff options
Diffstat (limited to 'lib/MDK/Common/File.pm')
-rw-r--r-- | lib/MDK/Common/File.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDK/Common/File.pm b/lib/MDK/Common/File.pm index c06294c..cacad59 100644 --- a/lib/MDK/Common/File.pm +++ b/lib/MDK/Common/File.pm @@ -272,7 +272,7 @@ sub glob_ { sub substInFile(&@) { my ($f, $file) = @_; - #- try hard to keep symlinks as they were set + #FIXME we should follow symlinks, and fail in case of loop if (-l $file) { my $targetfile = readlink $file; $file = $targetfile; |