]> git.p6c8.net - devedit.git/blobdiff - modules/Tool.pm
- For security reasons, I completely changed the handling of symbolic links:
[devedit.git] / modules / Tool.pm
index 2347445b267fc84df46a578c5d101aace39e7eca..acc47220d5999748de0e0bb690d866db6b6c9734 100644 (file)
@@ -6,7 +6,7 @@ package Tool;
 # Some shared sub routines
 #
 # Author:        Patrick Canterino <patrick@patshaping.de>
-# Last modified: 2005-01-08
+# Last modified: 2005-02-12
 #
 
 use strict;
@@ -83,7 +83,7 @@ sub check_path($$)
  my $short_path = substr($path,length($root));
  $short_path =~ tr!\\!/!;
  $short_path = '/'.$short_path if($short_path !~ m!^/!);
- $short_path = $short_path.'/' if($short_path !~ m!/$! && -d $path);
+ $short_path = $short_path.'/' if($short_path !~ m!/$! && -d $path && not -l $path);
 
  return ($path,$short_path);
 }

patrick-canterino.de