File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1802,7 +1802,8 @@ sub generate_project_files_fork {
1802
1802
}
1803
1803
1804
1804
$self -> {' cacheok' } = $cacheok ;
1805
- if ($self -> cd($dir )) {
1805
+ my $full = $self -> path_is_relative($dir ) ? " $cwd /$dir " : $dir ;
1806
+ if ($self -> cd($full )) {
1806
1807
if ($self -> {' cacheok' } && defined $allprojects {$prkey }) {
1807
1808
1808
1809
$files_written = $allprojects {$prkey };
@@ -1840,8 +1841,7 @@ sub generate_project_files_fork {
1840
1841
# # Unable to change to the directory.
1841
1842
# # We don't restore the state before we leave,
1842
1843
# # but that's ok since we will be exiting soon.
1843
- return 0, $creator , $msg ;
1844
-
1844
+ return 0, $creator , " Unable to change directory to $full " ;
1845
1845
}
1846
1846
1847
1847
# # Return things to the way they were
You can’t perform that action at this time.
0 commit comments