bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Small glitch in bootstrap


From: Paul Hilfinger
Subject: Small glitch in bootstrap
Date: Fri, 28 Oct 2005 13:37:25 -0700

What is this line (line 87 in my version) in the 'bootstrap' script
supposed to do?

    trap - 0

On Solaris, at least, it gives an annoying error message at the end of
the bootstrap process.  On that OS, it should be

   trap 0 

or 

   trap '' 0

But I don't know how it behaves on other OS's.

P. Hilfinger




reply via email to

[Prev in Thread] Current Thread [Next in Thread]