mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
Edits to source code comments
darcs-hash:20060608235557-ac50b-052e5c8f2cceb554064d7408573f277275903e7b.gz
This commit is contained in:
7
main.c
7
main.c
@@ -90,9 +90,10 @@ static int read_init()
|
||||
|
||||
if( chdir( cwd ) == -1 )
|
||||
{
|
||||
// fwprintf( stderr, L"Invalid directory: %s\n", cwd );
|
||||
// wperror( L"chdir" );
|
||||
// return 0;
|
||||
/*
|
||||
If we can't change back to previos irectory, we'll stay in
|
||||
~. Should be a sane default behavior.
|
||||
*/
|
||||
}
|
||||
wcwd = str2wcs( cwd );
|
||||
if( wcwd )
|
||||
|
||||
Reference in New Issue
Block a user