Skip to content

Commit 18520aa

Browse files
committed
Only /usr/bin/env is portable in shebangs.
1 parent 7907abe commit 18520aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Set up the appropriate rustc toolchain
33

44
set -e

0 commit comments

Comments
 (0)