Skip to content

Commit

Permalink
fishy
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Apr 7, 2024
1 parent 252cfa2 commit 9bb4e41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-aux/que_shell_completion_dirs.m4
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ AC_DEFUN_ONCE([QUE_SHELL_COMPLETION_DIRS], [
AM_CONDITIONAL([ENABLE_ZSH_COMPLETION],
[test "x$with_zsh_completion_dir" != "xno"])
echo 'TODO: bring back fish'
exit 1
AM_COND_IF([ENABLE_ZSH_COMPLETION],
[ZSH_COMPLETION_DIR="$datadir/zsh/site-functions"],
[ZSH_COMPLETION_DIR="$with_zsh_completion_dir"])
Expand Down

0 comments on commit 9bb4e41

Please sign in to comment.