Skip to content

Commit 07ecb0b

Browse files
committed
T-nooutput used bash features, call w/ bash
1 parent 02aa663 commit 07ecb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test(latexrun_path, latexrun_args, input_path):
9494
if input_path.endswith('.tex'):
9595
cmd = latexrun_cmd + [os.path.basename(input_path)]
9696
elif input_path.endswith('.sh'):
97-
cmd = ['sh', os.path.basename(input_path)] + latexrun_cmd
97+
cmd = ['bash', os.path.basename(input_path)] + latexrun_cmd
9898

9999
p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
100100
cwd=input_dir or None)

0 commit comments

Comments
 (0)