This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

xdvi - minor bug


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]