xdvi script - minor bug

Gregory Borota not-valid@cygwin.com
Mon Mar 15 22:22:00 GMT 2004


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.

Thanks,
Greg



More information about the Cygwin-xfree mailing list