it's "tagfile"

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18124 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2009-06-13 04:43:36 +00:00
parent bd706619e0
commit aa0a88039f

View File

@ -33,7 +33,7 @@ svn ls ${TAG_URL} > ${tagfile}.new
tags="`diff --suppress-common-lines ${tagfile} ${tagfile}.new | grep '^> ' | sed -e 's/^> //g' -e 's#/$##g'`" tags="`diff --suppress-common-lines ${tagfile} ${tagfile}.new | grep '^> ' | sed -e 's/^> //g' -e 's#/$##g'`"
# move the new file into place # move the new file into place
mv -f ${tagile}.new ${tagfile} mv -f ${tagfile}.new ${tagfile}
################################################################ ################################################################
# Now iterate over all the new tags (if any) and build a package # Now iterate over all the new tags (if any) and build a package