Now really fix old typo

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@11510 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.8
Christian Stimming 21 years ago
parent 16048a6109
commit 989fc95c5f

@ -112,7 +112,7 @@ do
echo processing $dr
macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE(\(.*\)),\1,gp' < $coin`
( cd $dr
macrodir=`find . -name macros -print`
macrodirs=`find . -name macros -print`
for i in $macrodirs; do
if test -f $i/gnome-gettext.m4; then
DELETEFILES="$DELETEFILES $i/gnome-gettext.m4"

Loading…
Cancel
Save