aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-04-12 08:18:38 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-04-12 08:18:38 +0200
commit1003bd9e5804785cb7c1ea4290600e4848c3769b (patch)
treea8185f89c25829851a5b4cffe25a9703a0df28d6
parent02a86326fb9fb47b90e427293c6208505096c4b0 (diff)
Use the superiour form of indentationHEADmaster
-rw-r--r--lib/actions/install.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/actions/install.bash b/lib/actions/install.bash
index ed7b6a4..170a434 100644
--- a/lib/actions/install.bash
+++ b/lib/actions/install.bash
@@ -44,7 +44,7 @@ action() {
# Prepare environment for a reproducible install
case ${RSTAR_PLATFORM["key"]} in
- darwin) LC_ALL=en_US.UTF-8 ;;
+ darwin) LC_ALL=en_US.UTF-8 ;;
dragonfly) LC_ALL=C ;;
linux-arch_linux) LC_ALL=en_US.UTF-8 ;;
*) LC_ALL=C.UTF-8 ;;