Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace non-posix tool which with command -v #204

Merged
merged 1 commit into from
Dec 1, 2021
Merged

replace non-posix tool which with command -v #204

merged 1 commit into from
Dec 1, 2021

Conversation

drwilly
Copy link
Contributor

@drwilly drwilly commented Nov 30, 2021

which is a non-posix tool that might not be present in restricted
build-environments. It can however be fully replaced by the posix
shell-builtin command -v.

See also:
https://lwn.net/Articles/874049/

`which` is a non-posix tool that might not be present in restricted
build-environments. It can however be fully replaced by the posix
shell-builtin `command -v`.
@metalefty metalefty changed the title remove calls to non-posix tool which replace non-posix tool which with command -v Dec 1, 2021
@metalefty
Copy link
Member

Sounds reasonable. Thanks for the contribution!

metalefty added a commit to metalefty/xrdp that referenced this pull request Dec 1, 2021
metalefty added a commit to metalefty/xrdp that referenced this pull request Dec 1, 2021
@matt335672 matt335672 merged commit aabcddf into neutrinolabs:devel Dec 1, 2021
derekschrock pushed a commit to derekschrock/xrdp that referenced this pull request Dec 15, 2022
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.

None yet

3 participants