mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 14:51:06 +08:00
run_doxygen: Fix sed quoting.
2011-11-04 Benjamin Kosnik <bkoz@redhat.com> * scripts/run_doxygen: Fix sed quoting. From-SVN: r180978
This commit is contained in:
parent
9a7f74222c
commit
801fe0bb11
@ -1,3 +1,7 @@
|
||||
2011-11-04 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* scripts/run_doxygen: Fix sed quoting.
|
||||
|
||||
2011-11-03 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* doc/doxygen/doxygroups.cc: Add markup for namespace tr2.
|
||||
|
@ -261,7 +261,7 @@ for f in $problematic; do
|
||||
# this is also slow, but safe and easy to debug
|
||||
oldh=`sed -n '/fC#include </s/.*<\(.*\)>.*/\1/p' $f`
|
||||
newh=`echo $oldh | ./stdheader`
|
||||
sed "s=${oldh}=${newh}=" $f > TEMP
|
||||
sed 's=${oldh}=${newh}=' $f > TEMP
|
||||
mv TEMP $f
|
||||
done
|
||||
rm stdheader
|
||||
|
Loading…
x
Reference in New Issue
Block a user