Hi I'm using fish-1.20.0 on NetBSD.
Builtin command 'fg' crashes fish when no job is present. bash-3.00$ /usr/local/bin/fish Welcome to fish, the friendly interactive shell Type help for instructions on how to use fish [EMAIL PROTECTED] ~/f/fish-1.20.0.local> fg Segmentation fault (core dumped) fish crashes at line 2394 in builtin.c because j is NULL. 2394: wchar_t *ft = tok_first( j->command ); 2395: if( ft != 0 ) 2396: env_set( L"_", ft, ENV_EXPORT ); -- Hiroshi SAKURAI http://vimrc.hp.infoseek.co.jp/ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
