chore(helper): minor tweak to emacs helper launch script

This commit is contained in:
2022-04-30 17:46:06 +01:00
parent a20a8456ab
commit d7963b7664

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
resolve_link() {
"$(type -p greadlink readlink | head -1)" "$1"
"$(command -v greadlink || command -v readlink)" "$1"
}
abs_dirname() {