From 6b4283fd8378fedb98bac450e7b7d565e160452b Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Sat, 21 Oct 2017 20:00:58 -0500 Subject: [PATCH] update shebang to reflect bashisms Update shebang, given that `local` is not a POSIX semantic. --- rustup-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustup-init.sh b/rustup-init.sh index 7e089a1fb4..ba7fa3e5da 100755 --- a/rustup-init.sh +++ b/rustup-init.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 2016 The Rust Project Developers. See the COPYRIGHT # file at the top-level directory of this distribution and at # http://rust-lang.org/COPYRIGHT.