]> git.p6c8.net - devedit.git/blobdiff - devedit.pl
If "*" was supplied as a DOS wildcard, don't convert it to an ordinary regex,
[devedit.git] / devedit.pl
index 03cfd818fa17f408d949496e4e95eb0b84ad9164..7ad34c0f3bf01f01ee51c7755e702190ce535ff8 100644 (file)
@@ -1,12 +1,12 @@
 #!C:/Programme/Perl/bin/perl.exe -w
 
 #
-# Dev-Editor 3.0 (CVS)
+# Dev-Editor 3.0.1
 #
 # Dev-Editor's main program
 #
 # Author:        Patrick Canterino <patrick@patshaping.de>
-# Last modified: 2005-06-14
+# Last modified: 2006-08-24
 #
 
 use strict;
@@ -22,7 +22,7 @@ use Command;
 use Output;
 use Tool;
 
-$VERSION = '3.0 (CVS)';
+$VERSION = '3.0.1';
 
 # Path to configuration file
 # Change if necessary!
@@ -58,7 +58,6 @@ my $new_virtual  = '';
 
 if($newfile ne '' && $newfile !~ /^\s+$/)
 {
- $curdir  = upper_path($file) if($curdir eq '');
  my $path = $curdir.'/'.$newfile;
 
  # Extract file and directory name...

patrick-canterino.de