1
0
mirror of https://github.com/golang/go synced 2024-11-14 05:40:29 -07:00

[release-branch.go1.2] plan9: correct create permissions with union directory

««« CL 15360045 / f257b02e7ffe
plan9: correct create permissions with union directory

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/15360045

»»»

R=golang-dev
CC=golang-dev
https://golang.org/cl/19960046
This commit is contained in:
Andrew Gerrand 2013-11-01 11:16:32 +11:00 committed by Russ Cox
parent cc10ac750d
commit ce1a9fcbf5

View File

@ -65,7 +65,7 @@ from mercurial import util as hg_util
if os.sys.platform == 'plan9':
try:
import plan9
n = plan9.bind(os.path.expanduser("~/lib"), os.path.expanduser("~"), plan9.MBEFORE)
n = plan9.bind(os.path.expanduser("~/lib"), os.path.expanduser("~"), plan9.MBEFORE|plan9.MCREATE)
except ImportError:
pass