mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
this is hard
This commit is contained in:
+1
-2
@@ -320,8 +320,7 @@ class TaskScript(BaseAction):
|
||||
if insert_source and Bakefile._is_safe_to_inject(shebang=shebang):
|
||||
init_source = f"source <(bake --source {insert_source})"
|
||||
yield init_source
|
||||
else:
|
||||
source_container.extend(sources)
|
||||
source_container.extend(sources)
|
||||
|
||||
else:
|
||||
shebang = "#!/usr/bin/env bash"
|
||||
|
||||
Reference in New Issue
Block a user