From d31ba57bfdac7584fc2585e2b406f8799a0816a0 Mon Sep 17 00:00:00 2001
From: Daniel van der Schuur <schuur@astron.nl>
Date: Wed, 4 May 2016 10:03:42 +0000
Subject: [PATCH] -Fixed a typo

---
 tools/quartus/run_regtest_synth | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/quartus/run_regtest_synth b/tools/quartus/run_regtest_synth
index da5b1d9ee4..b0bfbf3096 100755
--- a/tools/quartus/run_regtest_synth
+++ b/tools/quartus/run_regtest_synth
@@ -96,7 +96,7 @@ unb_exec $0 run_rbf   unb1 apertif_unb1_bn_filterbank
 ###############################################################################
 # Check if all RBF files have been generated
 NOF_RBF_REQ=1
-FOUND_RBF=$(find ${SRADIOHDL}/build/ -name *.rbf | grep "\-r")
+FOUND_RBF=$(find ${RADIOHDL}/build/ -name *.rbf | grep "\-r")
 NOF_RBF=$(echo ${FOUND_RBF} | grep -c "rbf")
 RESULT=FAILED
 if (( NOF_RBF = NOF_RBF_REQ )); then
-- 
GitLab