Date: Sat, 09 Aug 2014 22:06:30 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 192534] Syntax error in checkkey.sh Message-ID: <bug-192534-9-ku5oIwYAOg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192534-9@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192534 --- Comment #2 from Warren Block <wblock@FreeBSD.org> --- (In reply to yaneurabeya from comment #0) > Created attachment 145580 [details] > Fix for the syntax error > > There's a syntax error in checkkey.sh : > > $ bash -n checkkey.sh > checkkey.sh: line 105: syntax error near unexpected token `;' > checkkey.sh: line 105: ` ;&' > > A patch is attached which fixes the syntax error. This is not a syntax error on genuine sh(1): If the selected list is terminated by the control operator `;&' instead of `;;', execution continues with the next list, continuing until a list termi- nated with `;;' or the end of the case command. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192534-9-ku5oIwYAOg>
