Skip to content

Commit 7e023b2

Browse files
committed
Revert "Auxiliary commit to revert individual files from 4608b5e"
This reverts commit c95524dc777d273bc8fdc627a424e98d525565a8.
1 parent 916ec36 commit 7e023b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maintenance/gen_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
set -e -o pipefail
33
maintenance_dir="$(realpath $(dirname $0))"
44
[ "$(which dune-deps)" != '' ] || (echo 'missing required executable "dune-deps"; try `opam install dune-deps`' && exit 1)

0 commit comments

Comments
 (0)