[Gnucash-changes] Fix old typo

Chris Shoemaker c.shoemaker at cox.net
Wed Oct 19 16:43:28 EDT 2005


On Wed, Oct 19, 2005 at 04:24:57PM -0400, Christian Stimming wrote:
> Log Message:
> -----------
> Fix old typo
> 
> Tags:
> ----
> gnucash-1-8-branch
> 
> Modified Files:
> --------------
>     gnucash/macros:
>         autogen.sh
> 
> Revision Data
> -------------
> Index: autogen.sh
> ===================================================================
> RCS file: /home/cvs/cvsroot/gnucash/macros/autogen.sh,v
> retrieving revision 1.15.2.3
> retrieving revision 1.15.2.4
> diff -Lmacros/autogen.sh -Lmacros/autogen.sh -u -r1.15.2.3 -r1.15.2.4
> --- macros/autogen.sh
> +++ macros/autogen.sh
> @@ -112,7 +112,7 @@
>      echo processing $dr
>      macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE(\(.*\)),\1,gp' < $coin`
>      ( cd $dr
> -      macrosdir=`find . -name macros -print`
> +      macrodir=`find . -name macros -print`
>        for i in $macrodirs; do
--------------------------^^^----------------------------
Indeed, it was wrong, but this doesn't quite fix it.  :)

-chris


More information about the gnucash-changes mailing list