aports/main/rust/install-template-shebang.patch
2023-07-11 11:26:00 +00:00

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