diff --git a/libexec/basher-link b/libexec/basher-link index f29fc86..67990e8 100755 --- a/libexec/basher-link +++ b/libexec/basher-link @@ -5,7 +5,7 @@ set -e resolve_link() { - if type -p realpath >/dev/null; then + if which realpath >/dev/null; then realpath "$1" else readlink -f "$1"