We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916ec36 commit 7e023b2Copy full SHA for 7e023b2
maintenance/gen_deps.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/bin/sh
2
set -e -o pipefail
3
maintenance_dir="$(realpath $(dirname $0))"
4
[ "$(which dune-deps)" != '' ] || (echo 'missing required executable "dune-deps"; try `opam install dune-deps`' && exit 1)
0 commit comments