mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 17:16:43 +02:00
10 lines
241 B
Diff
10 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
|