mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
oops
This commit is contained in:
+1
-1
@@ -359,7 +359,7 @@ class TaskScript(BaseAction):
|
||||
try:
|
||||
if not Bakefile._is_shebang_line(self.chunk[1]):
|
||||
yield "#!/usr/bin/env bash"
|
||||
except IndexErrpr:
|
||||
except IndexError:
|
||||
yield "#!/usr/bin/env bash"
|
||||
|
||||
for line in self.chunk[1:]:
|
||||
|
||||
Reference in New Issue
Block a user