From: Sergey Matveev Date: Tue, 27 Jan 2026 10:31:18 +0000 (+0300) Subject: Unify shell substitution usage X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;ds=inline;p=keks.git Unify shell substitution usage --- diff --git a/c/cmd/pub-verify/conf/gcl3.rc.do b/c/cmd/pub-verify/conf/gcl3.rc.do index eeb9168..7e34c05 100644 --- a/c/cmd/pub-verify/conf/gcl3.rc.do +++ b/c/cmd/pub-verify/conf/gcl3.rc.do @@ -1,4 +1,4 @@ -PKGCONF=${PKGCONF:-`command -v pkgconf || command -v pkg-config`} +PKGCONF=${PKGCONF:-$(command -v pkgconf || command -v pkg-config)} cat <