Skip to content

Commit

Permalink
Merge pull request #61 from RoryDungan/master
Browse files Browse the repository at this point in the history
Fixed syntax issue in script for OpenCV 2.4.10 on Ubuntu
  • Loading branch information
jayrambhia committed Jan 23, 2016
2 parents 134461f + a9185b1 commit 7d853bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ubuntu/2.4/opencv2_4_10.sh
Expand Up @@ -25,7 +25,7 @@ if ! [ -f "OpenCV-2.4.10.zip" ]; then
wget -O OpenCV-2.4.10.zip http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.10/opencv-2.4.10.zip/download
fi
echo "Installing OpenCV 2.4.10"
if ! [ -d "opencv-2.4.10"]; then
if ! [ -d "opencv-2.4.10" ]; then
unzip OpenCV-2.4.10.zip
fi
rm OpenCV-2.4.10.zip
Expand Down

0 comments on commit 7d853bf

Please sign in to comment.