zgenom update zcompile error #121
-
|
I recently noticed that whenever I run
I'm guessing this comes from the It seems like the referenced .zwc file exists, so it may be created elsewhere anyway, but is there anything I can do to remove the error? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Thanks for reporting. There have been similar reports with the default name of macs where a I haven't gotten around to it but I plan to move the zcompdump generated by zgenom to For now you could use |
Beta Was this translation helpful? Give feedback.
Thanks for reporting.
The issue is that you have an invalid character in your computer name:
–.While it looks like a
-it is a bit longer and cannot be passed tozcompileas output name.There have been similar reports with the default name of macs where a
’is contained. See #100I haven't gotten around to it but I plan to move the zcompdump generated by zgenom to
zgenom/sourcesso this issue won't happen again.For now you could use
$ZGEN_CUSTOM_COMPDUMPto overwrite the default name. Ideally you'd remove this variable when I add the fix.