aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--load.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/load.sh b/load.sh
index 3deaab6..47ab31a 100644
--- a/load.sh
+++ b/load.sh
@@ -3,7 +3,7 @@ if [ "$(basename -- "$_atrocity_init_file")" != "load.sh" ] || [ "${#BASH_SOURCE
echo "ERROR: Atrocity must be sourced. If you have atrocity in a sub module, use \`source \"\$(dirname -- \"\$0\")\"/atrocity/load.sh\`"
exit 1
fi
-_atrocity_base="$(dirname -- "$(readlink -f -- _atrocity_init_file)")"
+_atrocity_base="$(dirname -- "$(readlink -f -- "$_atrocity_init_file")")"
source "$_atrocity_base"/logger.sh
source "$_atrocity_base"/events.sh