gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: modern style


From: gnunet
Subject: [taler-exchange] branch master updated: modern style
Date: Fri, 23 Feb 2024 14:56:26 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 7ee043df modern style
7ee043df is described below

commit 7ee043df1f2cb69c4c1a5c9efb83ea685e5d61a2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Feb 23 14:56:13 2024 +0100

    modern style
---
 src/util/taler-config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/taler-config.in b/src/util/taler-config.in
index 07f6401d..3399aec1 100644
--- a/src/util/taler-config.in
+++ b/src/util/taler-config.in
@@ -7,7 +7,7 @@ if ! type gnunet-config >/dev/null; then
   exit 1
 fi
 
-GC=`which gnunet-config`
-SO=`ls %libdir%/libtalerutil.so.* | sort -n | tail -n1`
+GC=$(which gnunet-config)
+SO=$(ls %libdir%/libtalerutil.so.* | sort -n | tail -n1)
 export LD_PRELOAD=${LD_PRELOAD:-}:${SO}
 exec gnunet-config "$@"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]