Only /usr/bin/env is portable in shebangs.

This commit is contained in:
Eduard Burtescu 2020-04-07 19:51:59 +00:00
parent 7907abea27
commit 18520aa8b2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Set up the appropriate rustc toolchain
set -e