feat: show which output in built_or_system

This commit is contained in:
DarkCat09 2024-12-21 12:50:44 +04:00
parent 6773eb6c59
commit 3a54f096e4
Signed by: DarkCat09
GPG key ID: BD3CE9B65916CD82

View file

@ -27,6 +27,7 @@ built_or_system () {
elif exe=$(which "$2"); then elif exe=$(which "$2"); then
echo "$exe" # stdout echo "$exe" # stdout
echo "$exe" >&2
else else
echo " ** $2: not found neither built nor in-system" >&2 # stderr echo " ** $2: not found neither built nor in-system" >&2 # stderr