X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/548d69a4ee38cc59612e787f479ac198d5c37741..dff53f21c8fccc7585f785fec893a5773e78a1b6:/devedit.pl?ds=inline diff --git a/devedit.pl b/devedit.pl index 4ddc9e1..ee4f5fc 100644 --- a/devedit.pl +++ b/devedit.pl @@ -60,7 +60,7 @@ my $new_virtual = ''; if($newfile ne '' && $newfile !~ /^\s+$/) { $curdir = upper_path($file) if($curdir eq ''); - my $path = $curdir.$newfile; + my $path = $curdir.'/'.$newfile; # Extract file and directory name...