Skip to content

Commit d76e859

Browse files
committed
Fixed bash/sh syntax
1 parent f400825 commit d76e859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ function generate_compiler_wrappers!(platform::AbstractPlatform; bin_path::Abstr
10371037
esac
10381038
done
10391039
1040-
if [[ "\${#}" -gt 0 ]]; then
1040+
if [ "\${#}" -gt 0 ]; then
10411041
exec "\${@}"
10421042
fi
10431043
""")

0 commit comments

Comments
 (0)