[Gnucash-changes] Fix old typo
Christian Stimming
stimming at tuhh.de
Wed Oct 19 16:53:04 EDT 2005
aarg... shouldn't do those things in a hurry. Thanks for pointing this out.
Am Mittwoch, 19. Oktober 2005 22:43 schrieb Chris Shoemaker:
> 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
> _______________________________________________
> gnucash-devel mailing list
> gnucash-devel at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
More information about the gnucash-devel
mailing list