From aab0c6761221498c70557693923f9d97e5979a5a Mon Sep 17 00:00:00 2001 From: Vitaly Shukela Date: Sun, 3 Apr 2016 16:53:33 +0300 Subject: [PATCH] Replace #!/bin/sh with #!/bin/bash Should resolve #47. --- rustup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustup.sh b/rustup.sh index 72d71e0..4814770 100755 --- a/rustup.sh +++ b/rustup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 2015 The Rust Project Developers. See the COPYRIGHT # file at the top-level directory of this distribution and at # http://rust-lang.org/COPYRIGHT.