Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: 3.1.0beta make install problem



> make install calls make install.modules, which has various problems (it looks
> like MODULE is misspelled MONULE, but I don't know if that's intentional or

It's intentionally misspelled.

> not.) - it does a "for dir in $(MODULE_DIRS); do", but that variable is empty,
> and so sh gets pouty.

Isn't that $(MONULE_DIRS)?  sh should do nothing in for dir in ; do ... done.
What system do you use?  It seems that you /bin/sh is buggy.

Zoltan



Messages sorted by: Reverse Date, Date, Thread, Author