| Index: recipes.py
|
| diff --git a/recipes.py b/recipes.py
|
| index 79ca537dc1c27405b288397cb236bdf1a5b4c020..7b11ee5c424712dd16e948a70c25a67dd98a9efa 100755
|
| --- a/recipes.py
|
| +++ b/recipes.py
|
| @@ -161,8 +161,7 @@ def main():
|
| time.sleep(random.uniform(2,5))
|
| ensure_engine()
|
|
|
| - args = ['--package', recipes_cfg_path,
|
| - '--bootstrap-script', __file__] + sys.argv[1:]
|
| + args = ['--package', recipes_cfg_path] + sys.argv[1:]
|
| return _subprocess_call([
|
| sys.executable, '-u',
|
| os.path.join(engine_path, engine_subpath, 'recipes.py')] + args)
|
|
|