Minor edits

darcs-hash:20060527134918-ac50b-b244916fc6649e1abb4832bdaa3fff81fcbe3937.gz
This commit is contained in:
axel 2006-05-27 23:49:18 +10:00
parent 6dfd629fc5
commit 990803009e
2 changed files with 2 additions and 2 deletions

View File

@ -2810,7 +2810,7 @@ int parser_test( const wchar_t * buff,
int needs_cmd=0;
void *context = halloc( 0, 0 );
int arg_count=0;
wchar_t *cmd;
wchar_t *cmd=0;
current_tokenizer = &tok;

View File

@ -2082,7 +2082,7 @@ void reader_run_command( wchar_t *cmd )
term_steal();
env_set( L"_", L"fish", ENV_GLOBAL );
env_set( L"_", program_name, ENV_GLOBAL );
#ifdef HAVE__PROC_SELF_STAT
proc_update_jiffies();