From f4c3f700d60aa01959dea2cfdd20dc0fcf4a35f5 Mon Sep 17 00:00:00 2001 From: DjBushido Date: Mon, 14 Jan 2013 17:54:34 -0500 Subject: [PATCH] Update scripts/openCVLogo.sh Fix typo in program name. --- scripts/openCVLogo.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/openCVLogo.sh b/scripts/openCVLogo.sh index 1b30037..b03ed80 100644 --- a/scripts/openCVLogo.sh +++ b/scripts/openCVLogo.sh @@ -28,9 +28,9 @@ fi echo echo "Finding the red circle in the OpenCV logo..." -echo "The red circle is located at: `$CVAMATCH -r opencvlogo.png -s redcircle.png -p ', ' | cut -d',' -f2-`" +echo "The red circle is located at: `$CVA_MATCH -r opencvlogo.png -s redcircle.png -p ', ' | cut -d',' -f2-`" echo "Finding the blue circle in the OpenCV logo..." -echo "The blue circle is located at: `$CVAMATCH -r opencvlogo.png -s bluecircle.png -p ', ' | cut -d',' -f2-`" +echo "The blue circle is located at: `$CVA_MATCH -r opencvlogo.png -s bluecircle.png -p ', ' | cut -d',' -f2-`" echo "Finding the green circle in the OpenCV logo..." -echo "The green circle is located at: `$CVAMATCH -r opencvlogo.png -s greencircle.png -p ', ' | cut -d',' -f2-`" +echo "The green circle is located at: `$CVA_MATCH -r opencvlogo.png -s greencircle.png -p ', ' | cut -d',' -f2-`" echo