mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Remove useless stray argument in function call
darcs-hash:20080116222628-75c98-a307fbeacdd815edcedea05930dc8b4bb064acb3.gz
This commit is contained in:
parent
0a66dc4a31
commit
6598320534
1 changed files with 1 additions and 1 deletions
|
@ -2657,7 +2657,7 @@ static int builtin_cd( wchar_t **argv )
|
|||
|
||||
res = 1;
|
||||
}
|
||||
else if( !env_set_pwd(L"PWD") )
|
||||
else if( !env_set_pwd() )
|
||||
{
|
||||
res=1;
|
||||
sb_printf( sb_err, _( L"%ls: Could not set PWD variable\n" ), argv[0] );
|
||||
|
|
Loading…
Reference in a new issue