summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/sync-config.c2
-rw-r--r--src/util/sync-config.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/util/sync-config.c b/src/util/sync-config.c
index 0e432f8..fd462f2 100644
--- a/src/util/sync-config.c
+++ b/src/util/sync-config.c
@@ -19,7 +19,7 @@
*/
/**
- * @file util/taler-config.c
+ * @file util/sync-config.c
* @brief tool to access and manipulate Taler configuration files
* @author Christian Grothoff
*/
diff --git a/src/util/sync-config.in b/src/util/sync-config.in
index b1c4971..6a74245 100644
--- a/src/util/sync-config.in
+++ b/src/util/sync-config.in
@@ -7,7 +7,7 @@ if ! type gnunet-config >/dev/null; then
exit 1
fi
-GC=`which gnunet-config`
-SO=`ls %libdir%/libsyncutil.so.* | sort -n | tail -n1`
+GC=$(which gnunet-config)
+SO=$(ls %libdir%/libsyncutil.so.* | sort -n | tail -n1)
export LD_PRELOAD=${LD_PRELOAD:-}:${SO}
exec gnunet-config "$@"