Skip to content

configure: replace which command with command -v#4

Open
vnmabus wants to merge 1 commit intoGNUAspell:masterfrom
vnmabus:fix/which_command
Open

configure: replace which command with command -v#4
vnmabus wants to merge 1 commit intoGNUAspell:masterfrom
vnmabus:fix/which_command

Conversation

@vnmabus
Copy link
Copy Markdown

@vnmabus vnmabus commented Feb 17, 2025

The command which is not present in some
contexts, such as docker.
It is better to just use command -v, which is
builtin into the shell.

Fixes #3

The command `which` is not present in some
contexts, such as docker.
It is better to just use `command -v`, which is
builtin into the shell.

Fixes GNUAspell#3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove usage of which in configure

1 participant