Change include command.

This commit is contained in:
awalsh128 2022-03-26 12:48:16 -07:00
parent e68df30bd6
commit 9568dc9783
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ set -e
# Include library. # Include library.
script_dir="$(dirname -- "$(realpath -- "${0}")")" script_dir="$(dirname -- "$(realpath -- "${0}")")"
source "${script_dir}/lib" source "${script_dir}/lib.sh"
# Directory that holds the cached packages. # Directory that holds the cached packages.
cache_dir="${1}" cache_dir="${1}"

View file

@ -2,7 +2,7 @@
# Include library. # Include library.
script_dir="$(dirname -- "$(realpath -- "${0}")")" script_dir="$(dirname -- "$(realpath -- "${0}")")"
source "${script_dir}/lib" source "${script_dir}/lib.sh"
# Directory that holds the cached packages. # Directory that holds the cached packages.
cache_dir="${1}" cache_dir="${1}"