]> git.p6c8.net - devedit.git/blobdiff - modules/Tool.pm
Merged changes of revision 1.76 of modules/Command.pm and revision 1.33 of
[devedit.git] / modules / Tool.pm
index 23770a14bc8ab1ddcbd6ca9fd107f08e879df2a4..afffeb33e23bc3884ad69551ba346fb45ba38f33 100644 (file)
@@ -6,7 +6,7 @@ package Tool;
 # Some shared sub routines
 #
 # Author:        Patrick Canterino <patrick@patshaping.de>
-# Last modified: 2005-02-13
+# Last modified: 2005-04-22
 #
 
 use strict;
@@ -61,6 +61,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