On Mon, Dec 27, 2004 at 09:39:24AM +0100, Thomas Esser wrote:
> Your analysis is right, DIALOG_TERMINFO should point to
> $TEXMFMAIN/texconfig. The old script has done this and I have forgotten
> to copy that part of the code. I'll fix that.

A quick fix could be like this:

*** texconfig-dialog.broken    2004-12-25 21:36:41.000000000 +0100
--- texconfig-dialog     2004-12-27 10:54:40.047835169 +0100
***************
*** 428,433 ****
--- 428,436 ----
  : ${TEXMFMAIN=`kpsewhich -var-value=TEXMFMAIN`}
  export TEXMFCONFIG TEXMFVAR TEXMFMAIN
  
+ : ${DIALOG_TERMINFO=$TEXMFMAIN/texconfig}
+ : ${DIALOG_TERM=generic}
+ 
  setupTmpDir
  echo "$progname: started `date`" > $log
  findDialog

Thomas

Reply via email to