Skip to content

Commit f3dd57e

Browse files
authored
Merge pull request #1070 from Qubitol/fix-bash-dash-l
Remove `-l` from the bash call to modify coupl_write.inc
2 parents 28c39c8 + a5c79f7 commit f3dd57e

File tree

1 file changed

+1
-1
lines changed
  • epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT

1 file changed

+1
-1
lines changed

epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def finalize(self, matrix_element, cmdhistory, MG5options, outputflag):
264264
done"""
265265
try:
266266
result = subprocess.run(
267-
["bash", "-lc", patch_coupl_write],
267+
["bash", "-c", patch_coupl_write],
268268
cwd=pjoin(self.dir_path, "Source", "MODEL"),
269269
text=True,
270270
capture_output=True,

0 commit comments

Comments
 (0)