ocaml-dune / binary-distribution

A web page for dune binary distribution
https://preview.dune.build/
ISC License
2 stars 5 forks source link

Fix test for unset variable #70

Closed gridbugs closed 2 days ago

gridbugs commented 2 days ago

The intent of this code seems to be to check whether the variable refresh_command is set, but that doesn't work because set -u means that evaluating the variable if its unset results in an error.