mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Enhanced directory detection in a way we don't actually need yet
This commit is contained in:
@@ -658,7 +658,7 @@ wchar_t *tok_first( const wchar_t *str )
|
||||
|
||||
CHECK( str, 0 );
|
||||
|
||||
tok_init( &t, str, 0 );
|
||||
tok_init( &t, str, TOK_SQUASH_ERRORS);
|
||||
|
||||
switch( tok_last_type( &t ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user