problem with info file backup restoration

Jan Beulich jbeulich@novell.com
Fri Jun 30 13:55:00 GMT 2006


The code in lib/am/texibuild.am uses a construct `echo "./$@" | sed 's|[^/]*$$||'` to obtain the directory of the files
to be restored. However, this obviously doesn't work when the directory is absolute (i.e. when I have the sources on
/usr/local/src and build in a separate output directory under /home). Why can't this simply be `dirname "./$@"`/ ?

Thanks, Jan



More information about the Binutils mailing list