mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
replace bash with sh
sh is portable across POSIX systems
This commit is contained in:
parent
3577e8feb2
commit
b998621cf5
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# Bash script for installing pre-requisite packages for solidity on a
|
# Shell script for installing pre-requisite packages for solidity on a
|
||||||
# variety of Linux and other UNIX-derived platforms.
|
# variety of Linux and other UNIX-derived platforms.
|
||||||
#
|
#
|
||||||
# This is an "infrastucture-as-code" alternative to the manual build
|
# This is an "infrastucture-as-code" alternative to the manual build
|
||||||
|
Loading…
Reference in New Issue
Block a user