Fixed broken source statement
This commit is contained in:
parent
f897c8c2a5
commit
ee40a3b439
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# This script packs a file or directory into a 7z archive with the given password.
|
# This script packs a file or directory into a 7z archive with the given password.
|
||||||
# It can (optionally) split the archives into volumes of a fixed size in megabytes.
|
# It can (optionally) split the archives into volumes of a fixed size in megabytes.
|
||||||
|
|
||||||
source functions.sh
|
source "$(dirname "$0")/../includes/functions.sh"
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue