summaryrefslogtreecommitdiffhomepage
path: root/subr.ex
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2024-01-01 13:42:00 +0100
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2024-01-01 13:42:00 +0100
commitfe0f0ac692df02b6243ea5c9f42052630fa22c73 (patch)
treedd6120e15caea61deadb02654018ff44b14fa709 /subr.ex
parent343f39d8799670aaa4cca72e7395bb1044a67620 (diff)
downloadmidipix_build-fe0f0ac692df02b6243ea5c9f42052630fa22c73.tar.bz2
midipix_build-fe0f0ac692df02b6243ea5c9f42052630fa22c73.tar.xz
New year's top-level directory tree cleanup.
Diffstat (limited to 'subr.ex')
-rw-r--r--subr.ex/ex_pkg.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr.ex/ex_pkg.subr b/subr.ex/ex_pkg.subr
index eca8914a..c914360e 100644
--- a/subr.ex/ex_pkg.subr
+++ b/subr.ex/ex_pkg.subr
@@ -228,7 +228,7 @@ ex_pkg_load_vars() {
set +o noglob;
for _eplv_fname in \
- ./env.d/*.env;
+ ./vars.env.d/*.env;
do
set -o noglob;
if [ -r "${_eplv_fname}" ]; then