This commit is contained in:
Christian Clauss 2022-09-13 21:46:25 +02:00 committed by GitHub
parent 7446f451dd
commit 6adf539fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ has is aliased to `curl -sL https://git.io/_has | bash -s'
Let's say `$ has foobar` returns `foobar not understood`, because `has` may not have whitelisted `foobar`.
In such cases, pass `HAS_ALLOW_UNSAFE=y has foobar`. This should still check for existance of `foobar` and tries to detect version as well.
In such cases, pass `HAS_ALLOW_UNSAFE=y has foobar`. This should still check for existence of `foobar` and tries to detect version as well.
> the value must exactly be `y` for it to work.