﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
3640	texinfo documentation script does not come back to right dictionary	kamil.forys	lfs-book@…	"At the bottom of [[http://www.linuxfromscratch.org/lfs/view/development/chapter06/texinfo.html|this]] chapter we have a script:
{{{
cd /usr/share/info
rm -v dir
for f in *
do install-info $f dir 2>/dev/null
done
}}}
Every script in this book returns to /sources/<pkg-name>/ folder after execution, but this one does not. Could you fix it?

Possible solutions:
* add 'cd -' at the end
* add 'cd /sources/texinfo-5.2' at the end
* process whole script in subshell ()
* modification of rm argument and for loop"	defect	closed	normal	7.6	Book	SVN	minor	fixed	texinfo	
