]> git.eshelyaron.com Git - emacs.git/commitdiff
Preparing foe git transition.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 25 Oct 2014 19:36:23 +0000 (15:36 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 25 Oct 2014 19:36:23 +0000 (15:36 -0400)
admin/update-copyright

index 2b33506f9c1479b7679ff93f5ecc73f65c5a1ce4..ce58168684e83637890ee43822a7a85528973ccd 100755 (executable)
@@ -45,14 +45,15 @@ sed 's/\\def\\year[{][0-9]*[}]/\\def\\year{'"$UPDATE_COPYRIGHT_YEAR"'}'/g \
 } &&
 rm $emacsver.aux &&
 
-bzr_files=$(bzr ls -RV --kind file) &&
+# FIXME: command will soon need to be replaced with "git ls-files"
+repo_files=$(bzr ls -RV --kind file) &&
 
 # Do not update the copyright of files that have one or more of the
 # following problems:
 # . They are license files, maintained by the FSF, with their own dates.
 # . Their format cannot withstand changing the contents of copyright strings.
 
-updatable_files=$(find $bzr_files \
+updatable_files=$(find $repo_files \
   ! -name COPYING \
   ! -name doclicense.texi \
   ! -name gpl.texi \