* Oliver Kiddle <[email protected]> wrote: > I get the following error building zsh in gar: > /bin/sh: syntax error at line 3: `;' unexpected > > This is coming from this line in gar.lib.mk: > ( for i in $(filter %/$*,$(URLS)); do \ > URLS does not contain anything matching %/CSWzsh.gspec so the for loop > is being passed an empty list. > > Any idea what broke this and how to fix it. I'd like to update zsh > to 4.3.11.
Have you been building with SHELL=/bin/sh all the time? The empty list shouldn't pose a problem for bash. Sebastian _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
