Don't assume /bin/bash is available on every system. (#1223)

Co-authored-by: MikaelUrankar <mikael.urankar@gmail.com>
This commit is contained in:
MikaelUrankar 2022-04-14 14:18:13 +02:00 committed by GitHub
parent 557a09f6b5
commit 83d470d91c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
./y.rs build --no-unstable-features