bug-texinfo
[Top][All Lists]
Advanced

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

Re: texi2dvi: More robust to white spaces


From: Akim Demaille
Subject: Re: texi2dvi: More robust to white spaces
Date: Wed, 31 Aug 2005 13:04:18 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

>>> "Akim" == Akim Demaille <address@hidden> writes:

This part of the patch is wrong:

 > +  # Get the name of the current directory.
 > +  filename_dir=`func_dirname "$command_line_filename"`
 > +  # In a clean build, we `cd', so get an absolute file name.
 > +  case $tidy in
 > +    true)  filename_dir=`cd "$filename_dir" >&6 && pwd` ;;
 > +    false) filename_dir=. ;;
 > +  esac

One has to remove the `false)' alternative otherwise texi2dvi
relative/path/to/file obviously fails :(





reply via email to

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