From 3a54f096e4148c59b9d04d574a57e567b326d410 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Sat, 21 Dec 2024 12:50:44 +0400 Subject: [PATCH] feat: show `which` output in built_or_system --- main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/main.sh b/main.sh index 8e50662..6080608 100755 --- a/main.sh +++ b/main.sh @@ -27,6 +27,7 @@ built_or_system () { elif exe=$(which "$2"); then echo "$exe" # stdout + echo "$exe" >&2 else echo " ** $2: not found neither built nor in-system" >&2 # stderr