mirror of
https://github.com/golang/go
synced 2024-11-26 03:27:58 -07:00
plan9: correct create permissions with union directory
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/15360045
This commit is contained in:
parent
9b321faae7
commit
6d86d064e5
@ -65,7 +65,7 @@ from mercurial import util as hg_util
|
|||||||
if os.sys.platform == 'plan9':
|
if os.sys.platform == 'plan9':
|
||||||
try:
|
try:
|
||||||
import plan9
|
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:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user