Skip to content

Commit 3ad269d

Browse files
Merge pull request #1691 from practicalswift/env-bash-ii
[gardening] Use '#!/usr/bin/env bash' instead of '#!/bin/bash'
2 parents 3ac95ec + 6ed6b66 commit 3ad269d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-toolchain

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
#
33
# utils/build-toolchain - documents process for building a toolchain
44
#

0 commit comments

Comments
 (0)