From b998621cf5f01d721bc5d0dfc71919419531aec1 Mon Sep 17 00:00:00 2001 From: rain Date: Tue, 16 Aug 2016 19:45:24 +0100 Subject: replace bash with sh sh is portable across POSIX systems --- scripts/install_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/install_deps.sh') diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 7af9475d..7458fa8b 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -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. # # This is an "infrastucture-as-code" alternative to the manual build -- cgit