Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.11.0
-
None
-
ghx-label-5
Description
enable_distcc doesn't work on zsh anymore since it relies on automatic variable splitting, which only works in bash.
$ enable_distcc find: `/home/lv/i3/ -maxdepth 1': No such file or directory distcc is not fully enabled, run 'buildall.sh' to complete the change. Run 'disable_distcc' or 'switch_compiler local' to disable.
One possible fix is to make zsh temporarily emulate sh. I'll push a fix momentarily.