From 84b97eba7dd428d5d4cab85852d313c6ee294935 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 7 Oct 2009 16:55:22 +0000 Subject: Update comment --- lib/MDK/Common/File.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1