forked from Imagelibrary/binutils-gdb
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:
@@ -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>
|
||||
|
||||
PR binutils/26766
|
||||
|
||||
@@ -152,8 +152,6 @@ do_proto_toplev()
|
||||
if test -r texinfo/util/tex3patch ; then
|
||||
mkdir proto-toplev/texinfo/util && \
|
||||
ln -s ../../../texinfo/util/tex3patch proto-toplev/texinfo/util
|
||||
else
|
||||
true
|
||||
fi
|
||||
chmod -R og=u . || chmod og=u `find . -print`
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user