src-release: fix indentation

The indentation of the body of the nested statements got out of sync
leading to the entire function being indented incorrectly and looking
like it's part of the for loop.
This commit is contained in:
Mike Frysinger 2021-01-09 19:06:27 -05:00
parent 24a7f1b548
commit 3034143dc6
2 changed files with 37 additions and 35 deletions

View File

@ -1,3 +1,7 @@
2021-01-12 Mike Frysinger <vapier@gentoo.org>
* src-release.sh (do_proto_toplev): Rewrite indentation.
2021-01-11 H.J. Lu <hongjiu.lu@intel.com> 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/26766 PR binutils/26766

View File

@ -152,8 +152,6 @@ do_proto_toplev()
if test -r texinfo/util/tex3patch ; then if test -r texinfo/util/tex3patch ; then
mkdir proto-toplev/texinfo/util && \ mkdir proto-toplev/texinfo/util && \
ln -s ../../../texinfo/util/tex3patch proto-toplev/texinfo/util ln -s ../../../texinfo/util/tex3patch proto-toplev/texinfo/util
else
true
fi fi
chmod -R og=u . || chmod og=u `find . -print` chmod -R og=u . || chmod og=u `find . -print`
# #