Skip to content

Commit 4aca8cd

Browse files
Merge pull request Mdashdotdashn#12 from fgaz/starting-directory
Set the initial directory to the current directory
2 parents 0ed729b + 9a7ca15 commit 4aca8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/Adapters/DEB/System/DEBSystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void DEBSystem::Boot(int argc,char **argv) {
5454
}
5555
Path::SetAlias("bin",dirname(buff)) ;
5656

57-
Path::SetAlias("root","bin:..") ;
57+
Path::SetAlias("root",".") ;
5858

5959
#ifdef _DEBUG
6060
Trace::GetInstance()->SetLogger(*(new StdOutLogger()));

0 commit comments

Comments
 (0)