diff options
author | EuAndreh <eu@euandre.org> | 2023-04-05 17:03:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-05 17:03:04 -0300 |
commit | 41059d1a70b6b55ce11805633705331e684a8b10 (patch) | |
tree | b5bbf50cfd4ccef98c67edb06af1e38b747131ca /v2 | |
parent | v2: .envrc: Include "$LAYOUTS" (diff) | |
download | euandre.org-41059d1a70b6b55ce11805633705331e684a8b10.tar.gz euandre.org-41059d1a70b6b55ce11805633705331e684a8b10.tar.xz |
v2: src/bin/url-for: No need to source lang conf anymore
Diffstat (limited to '')
-rwxr-xr-x | v2/src/bin/url-for | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/v2/src/bin/url-for b/v2/src/bin/url-for index adaccd7..a1b4d1a 100755 --- a/v2/src/bin/url-for +++ b/v2/src/bin/url-for @@ -79,8 +79,6 @@ if [ "$FILE" = '/' ]; then fi . src/lib/base.conf -# shellcheck source=/dev/null -. src/lib/base."${lang:?}".conf printf '%s%s' "${base_url:-/}" "$FILE" |