Skip to content

Commit d7963b7

Browse files
committed
chore(helper): minor tweak to emacs helper launch script
1 parent a20a845 commit d7963b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper/emacs-cli.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
resolve_link() {
4-
"$(type -p greadlink readlink | head -1)" "$1"
4+
"$(command -v greadlink || command -v readlink)" "$1"
55
}
66

77
abs_dirname() {

0 commit comments

Comments
 (0)