summaryrefslogtreecommitdiff
path: root/apps/bash_shared/defines.sh
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2025-09-27 13:36:14 +0200
committerGitHub <noreply@github.com>2025-09-27 13:36:14 +0200
commitb950c610d4e41ee6bbfc9476020546548c20100d (patch)
tree172f74f8e19655119fd4c5b0d3979380423fb79c /apps/bash_shared/defines.sh
parent815d99250aba4fbedf39eecd1c5c32ce1493a0e2 (diff)
feat(bash): test command in dashboard + fix tests (#23030)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'apps/bash_shared/defines.sh')
-rw-r--r--apps/bash_shared/defines.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/bash_shared/defines.sh b/apps/bash_shared/defines.sh
index 4f5372215c..4b014bd9c1 100644
--- a/apps/bash_shared/defines.sh
+++ b/apps/bash_shared/defines.sh
@@ -19,10 +19,10 @@ case $AC_PATH_ROOT in
*) AC_PATH_ROOT=$PWD/$AC_PATH_ROOT;;
esac
-AC_PATH_CONF="$AC_PATH_ROOT/conf"
+export AC_PATH_CONF="$AC_PATH_ROOT/conf"
-AC_PATH_MODULES="$AC_PATH_ROOT/modules"
+export AC_PATH_MODULES="$AC_PATH_ROOT/modules"
-AC_PATH_DEPS="$AC_PATH_ROOT/deps"
+export AC_PATH_DEPS="$AC_PATH_ROOT/deps"
-AC_PATH_VAR="$AC_PATH_ROOT/var"
+export AC_PATH_VAR="$AC_PATH_ROOT/var"