* admin/update_autogen: Remove unused variables.

This commit is contained in:
Stefan Kangas 2021-11-10 16:37:47 +01:00
parent 3aad70326d
commit 4424970b2b

View file

@ -248,7 +248,7 @@ info_dir ()
rm -f $outfile
cp $basefile $outfile
local topic file dircat dirent
local topic file dircat
## FIXME inefficient looping.
for topic in "Texinfo documentation system" "Emacs" "GNU Emacs Lisp" \
@ -292,8 +292,6 @@ EOF
[ "$autogendir" ] && {
oldpwd=$PWD
cp $genfiles $autogendir/
cd $autogendir || die "cd error for $autogendir"