Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Date: Mon, 15 Mar 2004 18:06:27 -0600 From: Gregory Borota Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com Subject: xdvi - minor bug Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Last line of the script reads: xdvi.bin $NAMEOPT ${1+"$@"} Should be: exec xdvi.bin $NAMEOPT ${1+"$@"} so that SIGNALS are sent to xdvi.bin and not xdvi script. Whizzytex for example, needs to send SIGUSR1 to xdvi.bin to ask it to reread the dvi file. Greg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/