From 453c74743cacf3f42e557fd20e4aa505c15eb757 Mon Sep 17 00:00:00 2001 From: Nathan Wilcox Date: Mon, 22 May 2017 17:46:26 -0700 Subject: [PATCH] Fix a variable name typo. --- qa/zcash/performance-measurements.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/zcash/performance-measurements.sh b/qa/zcash/performance-measurements.sh index 4b32ba146..e01337169 100755 --- a/qa/zcash/performance-measurements.sh +++ b/qa/zcash/performance-measurements.sh @@ -34,7 +34,7 @@ function zcashd_start { function zcashd_stop { zcash_rpc stop > /dev/null - wait $ZCASH_PID + wait $ZCASHD_PID } function zcashd_massif_start {