Skip to content

Commit 6b4283f

Browse files
author
Andrew Pennebaker
authored
update shebang to reflect bashisms
Update shebang, given that `local` is not a POSIX semantic.
1 parent 52a2e28 commit 6b4283f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustup-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# Copyright 2016 The Rust Project Developers. See the COPYRIGHT
33
# file at the top-level directory of this distribution and at
44
# http://rust-lang.org/COPYRIGHT.

0 commit comments

Comments
 (0)