aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/links-update
diff options
context:
space:
mode:
Diffstat (limited to 'links-update')
-rwxr-xr-xlinks-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/links-update b/links-update
index 322cd49..0d0630c 100755
--- a/links-update
+++ b/links-update
@@ -25,7 +25,7 @@ shopt -s lastpipe
script_name="$( basename -- "${BASH_SOURCE[0]}" )"
readonly script_name
-script_path="$( realpath --canonicalize-existing -- "${BASH_SOURCE[0]}" )"
+script_path="$( readlink --canonicalize-existing -- "${BASH_SOURCE[0]}" )"
readonly script_path
script_dir="$( dirname -- "$script_path" )"
readonly script_dir