harec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 26807f547aacc198320e2d40dea9b1b1d0c2f560
parent c0c603df21e760a8463e8d6163196e4fe54ee68b
Author: Bor Grošelj Simić <bor.groseljsimic@telemach.net>
Date:   Thu,  4 Feb 2021 13:17:33 +0100

utilize $SCDOC when checking for scdoc presence

Diffstat:
Mconfig.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.sh b/config.sh @@ -134,7 +134,7 @@ run_configure() { done printf "Checking for scdoc... " - if scdoc -v >/dev/null 2>&1 + if $SCDOC -v >/dev/null 2>&1 then echo yes all="$all docs"