Skip to content

Commit 42379b7

Browse files
committed
bugfix: Verify runtime/sake built correctly (3/n)
1 parent e118b22 commit 42379b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/r-c-ocaml-2-build_host.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ fi
171171
export OCAMLSRC_MIXED
172172

173173
# Until init_hostvars we can't use HOST_EXE_EXT
174-
if "${COMSPEC:-}"; then host_ext=.exe ; else host_ext=; fi
174+
if [ -n "${COMSPEC:-}" ]; then host_ext=.exe ; else host_ext=; fi
175175

176176
# ------------------
177177

0 commit comments

Comments
 (0)