aports/main/rust/install-template-shebang.patch
Celeste 32b375c6f3
main/rust: upgrade to 1.74.1
align patches
2024-03-08 02:03:16 +01:00

11 lines
241 B
Diff

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 @@
-#!/usr/bin/env bash
+#!/bin/sh
# No undefined variables
set -u