mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
hell yeah
This commit is contained in:
+1
-1
@@ -192,7 +192,7 @@ class TaskScript(BaseAction):
|
||||
|
||||
def _iter_source(self):
|
||||
try:
|
||||
has_shebang = self.chunk[2].startswith("#!")
|
||||
has_shebang = self._transform_line(self.chunk[1]).startswith("#!")
|
||||
except IndexError:
|
||||
has_shebang = False
|
||||
|
||||
|
||||
+1
-1
@@ -265,7 +265,7 @@ def entrypoint(
|
||||
|
||||
tasks = task.depends_on(recursive=True) + [task]
|
||||
for task in tasks:
|
||||
execute_task(task, next_task=next_task, silent=silent)
|
||||
execute_task(task, silent=silent)
|
||||
|
||||
if not silent:
|
||||
click.echo(
|
||||
|
||||
Reference in New Issue
Block a user