1234567891011121314151617181920212223 |
- From d7d7fc24d1744a3db70a9fb010c31daa14a46df7 Mon Sep 17 00:00:00 2001
- From: Daniel Kolesa <daniel@octaforge.org>
- Date: Mon, 20 Dec 2021 00:55:18 +0100
- Subject: [PATCH 04/15] fix shebang on install-template.sh
- ---
- src/tools/rust-installer/install-template.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
- diff --git a/src/tools/rust-installer/install-template.sh b/src/tools/rust-installer/install-template.sh
- index e68be8911..beaa90f7b 100644
- --- 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.
- --
- 2.37.2
|