You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2021. It is now read-only.
while [ -h"$this_source" ];do# resolve $this_source until the file is no longer a symlink
8
-
local this_dir="$(cd -P "$(dirname "$this_source")">/dev/null 2>&1&&pwd)"
8
+
local this_dir="$(cd -P "$(dirname "$this_source")">/dev/null 2>&1&& pwd)"
9
9
this_source="$(readlink "$this_source")"
10
10
[[ $this_source!= /* ]] && this_source="$this_dir/$this_source"# if $this_source was a relative symlink, we need to resolve it relative to the path where the symlink file was located
0 commit comments