Tools: Fix deploy-mac.py to accept absolute paths
Jeffrey Pfau jeffrey@endrift.com
Sat, 06 Jun 2015 00:48:08 -0700
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
tools/deploy-mac.py
→
tools/deploy-mac.py
@@ -44,6 +44,8 @@ split.reverse()
while split: accum.append(split.pop()) newPath = joinPath(accum) + if newPath == '/': + continue try: os.mkdir(newPath) except OSError as e: