update_web_docs_svn: Run this script under plain /bin/sh as opposed to /bin/sh -x.

* update_web_docs_svn: Run this script under plain /bin/sh
	as opposed to /bin/sh -x.

From-SVN: r145707
This commit is contained in:
Gerald Pfeifer 2009-04-08 02:00:48 +00:00 committed by Gerald Pfeifer
parent dc7f3a1645
commit d21a98b8df
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-04-08 Gerald Pfeifer <gerald@pfeifer.com>
* update_web_docs_svn: Run this script under plain /bin/sh
as opposed to /bin/sh -x.
2009-03-30 Joseph Myers <joseph@codesourcery.com>
* update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.

View File

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# Generate HTML documentation from GCC Texinfo docs.
# This version is for GCC 3.1 and later versions.