aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xunlink.sh (renamed from bin/unlink.sh)2
-rwxr-xr-xupdate.sh (renamed from bin/update.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/unlink.sh b/unlink.sh
index 982e535..a44fa3f 100755
--- a/bin/unlink.sh
+++ b/unlink.sh
@@ -17,7 +17,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"
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"