Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!AI.MIT.EDU!roland From: roland@AI.MIT.EDU (Roland McGrath) Newsgroups: gnu.bash.bug Subject: bash requires trailing semicolons in functions Message-ID: <8906230208.AA01676@hobbes.ai.mit.edu> Date: 23 Jun 89 02:08:34 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 9 bash won't accept foo() { command } It requires foo() { command; } Is there a reason for this?