r18124 - gnucash/trunk/packaging/win32 - it's "tagfile"

Derek Atkins warlord at code.gnucash.org
Sat Jun 13 00:43:36 EDT 2009


Author: warlord
Date: 2009-06-13 00:43:36 -0400 (Sat, 13 Jun 2009)
New Revision: 18124
Trac: http://svn.gnucash.org/trac/changeset/18124

Modified:
   gnucash/trunk/packaging/win32/build_tags.sh
Log:
it's "tagfile"

Modified: gnucash/trunk/packaging/win32/build_tags.sh
===================================================================
--- gnucash/trunk/packaging/win32/build_tags.sh	2009-06-13 04:37:39 UTC (rev 18123)
+++ gnucash/trunk/packaging/win32/build_tags.sh	2009-06-13 04:43:36 UTC (rev 18124)
@@ -33,7 +33,7 @@
 tags="`diff --suppress-common-lines ${tagfile} ${tagfile}.new | grep '^> ' | sed -e 's/^> //g' -e 's#/$##g'`"
 
 # 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



More information about the gnucash-changes mailing list