]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/update_autogen: Remove unused variables.
authorStefan Kangas <stefan@marxist.se>
Wed, 10 Nov 2021 15:37:47 +0000 (16:37 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 10 Nov 2021 15:37:52 +0000 (16:37 +0100)
admin/update_autogen

index 11c4313ae37fbcd479a326553e339d0b5a0834a1..a54c5ace1dba0ee201fba649e5c05616c655a2ac 100755 (executable)
@@ -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"