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:
parent
02d84ecddd
commit
ec2ad9dd8b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ boot_(UNUSED(Module m))
|
|||
const char **sp;
|
||||
|
||||
if (emulation != EMULATE_ZSH)
|
||||
return;
|
||||
return 0;
|
||||
|
||||
if (!dotdir)
|
||||
dotdir = home;
|
||||
|
|
Loading…
Reference in a new issue