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/> References: <bug-192534-9@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D192534 --- Comment #2 from Warren Block <wblock@FreeBSD.org> --- (In reply to yaneurabeya from comment #0) > Created attachment 145580 [details] > Fix for the syntax error >=20 > There's a syntax error in checkkey.sh : >=20 > $ bash -n checkkey.sh=20 > checkkey.sh: line 105: syntax error near unexpected token `;' > checkkey.sh: line 105: ` ;&' >=20 > 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 `;&' instea= d of `;;', execution continues with the next list, continuing until a list termi- nated with `;;' or the end of the case command. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192534-9-ku5oIwYAOg>