0004-fix-shebang-on-install-template.sh.patch 772 B

1234567891011121314151617181920212223
  1. From d7d7fc24d1744a3db70a9fb010c31daa14a46df7 Mon Sep 17 00:00:00 2001
  2. From: Daniel Kolesa <daniel@octaforge.org>
  3. Date: Mon, 20 Dec 2021 00:55:18 +0100
  4. Subject: [PATCH 04/15] fix shebang on install-template.sh
  5. ---
  6. src/tools/rust-installer/install-template.sh | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/src/tools/rust-installer/install-template.sh b/src/tools/rust-installer/install-template.sh
  9. index e68be8911..beaa90f7b 100644
  10. --- a/src/tools/rust-installer/install-template.sh
  11. +++ b/src/tools/rust-installer/install-template.sh
  12. @@ -1,4 +1,4 @@
  13. -#!/bin/bash
  14. +#!/bin/sh
  15. # Copyright 2014 The Rust Project Developers. See the COPYRIGHT
  16. # file at the top-level directory of this distribution and at
  17. # http://rust-lang.org/COPYRIGHT.
  18. --
  19. 2.37.2