1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-29 19:00:57 +02:00

Just-added "return" should have returned a value.

This commit is contained in:
Wayne Davison 2005-12-10 00:27:11 +00:00
parent 02d84ecddd
commit ec2ad9dd8b

View file

@ -65,7 +65,7 @@ boot_(UNUSED(Module m))
const char **sp;
if (emulation != EMULATE_ZSH)
return;
return 0;
if (!dotdir)
dotdir = home;