Only /usr/bin/env is portable in shebangs.
This commit is contained in:
parent
7907abea27
commit
18520aa8b2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# Set up the appropriate rustc toolchain
|
||||
|
||||
set -e
|
||||
|
|
Loading…
Add table
Reference in a new issue