Date: Sun, 28 Jul 1996 08:56:45 +0200 (MET DST) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-current@FreeBSD.org (FreeBSD-current users) Cc: dyson@FreeBSD.org Subject: Re: New wierdness since latest VM kernel. Message-ID: <199607280656.IAA07110@uriah.heep.sax.de> In-Reply-To: <Pine.BSI.3.95.960727205623.284C-100000@Fieber-John.campusview.indiana.edu> from John Fieber at "Jul 27, 96 08:57:22 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
As John Fieber wrote: > > sgmlfmt -f html /usr/src/share/doc/handbook/handbook.sgml > > /usr/bin/sgmlfmt: 30: Syntax error: "{" unexpected (expecting "then") > > *** Error code 2 > > Actully, that would be perl, if it makes any difference. Not a big one, except that you might not even notice the failure if it _were_ a shell script. ;-) What one can see here is simply that execve() failed (the #! has obviously not been interpreted correctly by the kernel, perhaps imgact_shell has not been called?), so the invoking shell falls back to `old-style' and tries to interpret the script itself. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607280656.IAA07110>