Commit 6a4b4d31 by Gerald Pfeifer Committed by Gerald Pfeifer

update_web_docs_svn: Make $DOCSDIR group writable after creating it.

	* update_web_docs_svn: Make $DOCSDIR group writable after
	creating it.

From-SVN: r181545
parent 0115d17f
2011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
* update_web_docs_svn: Make $DOCSDIR group writable after
creating it.
2011-06-27 Richard Guenther <rguenther@suse.de>
* update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
......
......@@ -93,6 +93,7 @@ fi
if [ ! -d $DOCSDIR ]; then
mkdir $DOCSDIR
chmod g+w $DOCSDIR
fi
if [ -z "$RELEASE" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment