Skip to content
Snippets Groups Projects
Commit d31ba57b authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Fixed a typo

parent a2f348a4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment