summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-23 19:24:44 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-23 19:24:44 +0100
commit570f2813a75f7b24fced443b7b936ce9a151067c (patch)
tree06cd71d76dd32d63a177b89ca3a9d205ac3411cb
parent78e2b7e4a01062263fabce27b9dd47e4e11bb197 (diff)
downloaddeployment-570f2813a75f7b24fced443b7b936ce9a151067c.tar.gz
deployment-570f2813a75f7b24fced443b7b936ce9a151067c.tar.bz2
deployment-570f2813a75f7b24fced443b7b936ce9a151067c.zip
Prepending ~/local/bin to exchange's tool call
-rwxr-xr-xbin/taler-deployment-config-sign2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment-config-sign b/bin/taler-deployment-config-sign
index 0f6e082..5032fe0 100755
--- a/bin/taler-deployment-config-sign
+++ b/bin/taler-deployment-config-sign
@@ -7,6 +7,6 @@ base=$HOME
export PATH="$base/deployment":$PATH
for f in ~/.config/taler/exchange/wire/*.unsigned.json; do
- taler-exchange-wire -j "$(<"$f")" > "${f%.unsigned.json}.json"
+ ~/local/bin/taler-exchange-wire -j "$(<"$f")" > "${f%.unsigned.json}.json"
done