aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/unlink.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xunlink.sh (renamed from bin/unlink.sh)2
1 files changed, 1 insertions, 1 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"