]> git.p6c8.net - devedit.git/blobdiff - modules/Tool.pm
Whoops...
[devedit.git] / modules / Tool.pm
index 4efefe51f30b07dc7523ffee09e967456b1b32fc..5ee6d8b2e11005e27ab0f26fdebae937323ad48b 100644 (file)
@@ -6,7 +6,7 @@ package Tool;
 # Some shared sub routines
 #
 # Author:        Patrick Canterino <patrick@patshaping.de>
-# Last modified: 2005-04-21
+# Last modified: 2005-04-22
 #
 
 use strict;
@@ -63,6 +63,7 @@ sub check_path($$)
  # We extract the last part of the path and create the absolute path
 
  my $first = upper_path($path);
+ $first    = File::Spec->canonpath($first);
  $first    = abs_path($first);
 
  my $last  = file_name($path);

patrick-canterino.de