summaryrefslogtreecommitdiff
path: root/bin/emacsclient
diff options
context:
space:
mode:
Diffstat (limited to 'bin/emacsclient')
-rwxr-xr-xbin/emacsclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emacsclient b/bin/emacsclient
index 82d05976..a8268fd0 100755
--- a/bin/emacsclient
+++ b/bin/emacsclient
@@ -64,7 +64,7 @@ defer () {
[ -n "$BASH_VERSION" ] \
|| { command -v bash >/dev/null && exec bash "$0" "$@" || defer "$@"; }
-for cmd in flock inotifywait pwdx ss; do
+for cmd in getopt flock inotifywait pwdx ss; do
command -v $cmd >/dev/null || defer "$@"
done