Skip to content

Commit

Permalink
make get-google-files create /proprietary in it's own directory without
Browse files Browse the repository at this point in the history
needing to be in that directory when it is called

Change-Id: I157cfd406f40db2ec4f059c5da6f5e01cfbc6c3e
  • Loading branch information
natediddy committed Oct 27, 2010
1 parent 44ad6d3 commit 372e89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-google-files
Expand Up @@ -13,7 +13,7 @@ def device():

def download(version):
try:
os.makedirs("proprietary")
os.makedirs(os.path.join(os.path.dirname(__file__), "proprietary"))
except:
pass
if len(MIRRORS) > 1:
Expand Down

0 comments on commit 372e89a

Please sign in to comment.