summaryrefslogtreecommitdiff
path: root/src/util/taler-config.in
blob: eb4114c8256c5e71094fc0f2325cff8e2704838d (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

if ! type gnunet-config >/dev/null; then
  echo "$0 needs gnunet-config to be installed"
  exit 1
fi

# FIXME: not very portable ...
export LD_PRELOAD=@libdir@/libtalerutil.so
exec gnunet-config "$@"