aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust/install-template-shebang.patch
blob: e81b579a844f5033576981f0dad6265e4be47772 (plain)
1
2
3
4
5
6
7
8
9
10
The script seems to be POSIX-sh (+ local) compatible.

--- a/src/tools/rust-installer/install-template.sh
+++ b/src/tools/rust-installer/install-template.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # Copyright 2014 The Rust Project Developers. See the COPYRIGHT
 # file at the top-level directory of this distribution and at
 # http://rust-lang.org/COPYRIGHT.