Skip to content

Commit

Permalink
Merge pull request containers#440 from smcv/zsh
Browse files Browse the repository at this point in the history
build: Fix installation of zsh completions in user-specified directory
  • Loading branch information
cgwalters authored Jun 28, 2021
2 parents c8a912a + b13c4dd commit 3c9a28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ AC_ARG_WITH([zsh-completion-dir],
if test "x$with_zsh_completion_dir" = "xyes"; then
[ZSH_COMPLETION_DIR="$datadir/zsh/site-functions"]
else
ZSH_COMPLETION_DIR="$with_bash_completion_dir"
ZSH_COMPLETION_DIR="$with_zsh_completion_dir"
fi


Expand Down

0 comments on commit 3c9a28b

Please sign in to comment.