Skip to content

Commit

Permalink
flambda-backend: Fix shebang of to_install.sh (#2592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekdohibs authored May 17, 2024
1 parent 3ed2d4d commit 80babb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otherlibs/to_install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eu

libname=$1
Expand Down

0 comments on commit 80babb2

Please sign in to comment.