From 83d53747e919a24b48c7e72ff54aa6930ac46ea2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Mar 2025 18:31:55 -0300 Subject: bin/: Fix fallback for $LIVEDIR --- bin/process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/process') diff --git a/bin/process b/bin/process index 7f2bea6..4215341 100755 --- a/bin/process +++ b/bin/process @@ -1,7 +1,7 @@ #!/bin/sh set -eu -cd "${LIVEDIR:-~/Public/live/}" +cd "${LIVEDIR:-$HOME/Public/live/}" makefile_pre() { cat <<'EOF' -- cgit v1.2.3