Skip to content

Commit

Permalink
Merge pull request Mdashdotdashn#12 from fgaz/starting-directory
Browse files Browse the repository at this point in the history
Set the initial directory to the current directory
  • Loading branch information
Mdashdotdashn committed Nov 26, 2020
2 parents 0ed729b + 9a7ca15 commit 4aca8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Adapters/DEB/System/DEBSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void DEBSystem::Boot(int argc,char **argv) {
}
Path::SetAlias("bin",dirname(buff)) ;

Path::SetAlias("root","bin:..") ;
Path::SetAlias("root",".") ;

#ifdef _DEBUG
Trace::GetInstance()->SetLogger(*(new StdOutLogger()));
Expand Down

0 comments on commit 4aca8cd

Please # to comment.