Skip to content

Commit

Permalink
closes buildbot#522
Browse files Browse the repository at this point in the history
  • Loading branch information
skull-squadron committed May 5, 2013
1 parent e392b7e commit 424cc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/docker-build/docker-build
Expand Up @@ -89,7 +89,7 @@ def main():
# Skip comments and empty lines
if line == "" or line[0] == "#":
continue
op, param = line.split(" ", 1)
op, param = line.split(None, 1)
print op.upper() + " " + param
if op == "from":
base = param
Expand Down

0 comments on commit 424cc67

Please sign in to comment.