mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 20:21:16 -03:00
Implemented process expansion on OS X
Also fixed issue where process expansion would always fail for processes with spaces Fixes https://github.com/fish-shell/fish-shell/issues/56
This commit is contained in:
@@ -696,7 +696,6 @@ wchar_t *tok_first( const wchar_t *str )
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
int tok_get_pos( tokenizer *tok )
|
||||
{
|
||||
CHECK( tok, 0 );
|
||||
|
||||
Reference in New Issue
Block a user