Change include command.
This commit is contained in:
parent
e68df30bd6
commit
9568dc9783
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ set -e
|
|||
|
||||
# Include library.
|
||||
script_dir="$(dirname -- "$(realpath -- "${0}")")"
|
||||
source "${script_dir}/lib"
|
||||
source "${script_dir}/lib.sh"
|
||||
|
||||
# Directory that holds the cached packages.
|
||||
cache_dir="${1}"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Include library.
|
||||
script_dir="$(dirname -- "$(realpath -- "${0}")")"
|
||||
source "${script_dir}/lib"
|
||||
source "${script_dir}/lib.sh"
|
||||
|
||||
# Directory that holds the cached packages.
|
||||
cache_dir="${1}"
|
||||
|
|
Loading…
Reference in a new issue