diff options
Diffstat (limited to '')
-rwxr-xr-x | update.sh (renamed from bin/update.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update.sh b/update.sh index 1b98e9f..faea90d 100755 --- a/bin/update.sh +++ b/update.sh @@ -29,7 +29,7 @@ script_path="$( realpath --canonicalize-existing -- "${BASH_SOURCE[0]}" )" readonly script_path script_dir="$( dirname -- "$script_path" )" readonly script_dir -src_dir="$( cd -- "$script_dir/../src" && pwd )" +src_dir="$( cd -- "$script_dir/src" && pwd )" readonly src_dir . "$src_dir/common.sh" |