diff options
-rw-r--r-- | load.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |