]> Cypherpunks repositories - gostls13.git/commit
os: Fix MkdirAll("/thisdoesnotexist").
authorAlbert Strasheim <fullung@gmail.com>
Mon, 4 Apr 2011 19:45:03 +0000 (15:45 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 4 Apr 2011 19:45:03 +0000 (15:45 -0400)
commit492039ae7fd4ac034b4d47b26b438762d59b53b9
tree807cc74d1114da02f19b60cfbe2a4c8a97c63aa1
parent5a59b9eba31bc2f0999bf0735b66cf9c7c968944
os: Fix MkdirAll("/thisdoesnotexist").

Fixes #1637.

R=rsc, rh, msolo
CC=golang-dev
https://golang.org/cl/4317049
src/pkg/os/path.go
src/pkg/os/path_test.go