Skip to content

Commit

Permalink
Merge branch 'buildslave_noademon_fork' of git://github.com/andrewjcg…
Browse files Browse the repository at this point in the history
…/buildbot
  • Loading branch information
djmitche committed Apr 7, 2013
2 parents 4c0e8e2 + 91ff2b3 commit 09d91e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slave/buildslave/scripts/startup.py
Expand Up @@ -83,7 +83,7 @@ def start(config):
sys.exit(1)

os.chdir(config['basedir'])
if config['quiet']:
if config['quiet'] or config['nodaemon']:
return launch(config)

# we probably can't do this os.fork under windows
Expand Down

0 comments on commit 09d91e8

Please sign in to comment.