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:
ridiculousfish
2012-07-16 12:05:36 -07:00
parent 548ea1e54a
commit 33c6410809
5 changed files with 367 additions and 209 deletions

View File

@@ -696,7 +696,6 @@ wchar_t *tok_first( const wchar_t *str )
return res;
}
int tok_get_pos( tokenizer *tok )
{
CHECK( tok, 0 );