Skip to content
Snippets Groups Projects
Commit 6d5f2c5c authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

STYLE: remaining spelling errors in travis build script

parent 49a2e15d
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ VERSION_MAJOR=$(sed -n '/set.OTB_VERSION_MAJOR/p' $CMAKE_FILE|cut -d '"' -f 2)
VERSION_MINOR=$(sed -n '/set.OTB_VERSION_MINOR/p' $CMAKE_FILE|cut -d '"' -f 2)
VERSION_PATCH=$(sed -n '/set.OTB_VERSION_PATCH/p' $CMAKE_FILE|cut -d '"' -f 2)
OTB_VERSION="$VERSION_MAJOR.$VERSION_MINOR"
OTB_VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERION_PATCH"
OTB_VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
XDK_FILE=OTB-$OTB_VERSION_FULL-xdk-Linux64.run
CMAKE_PREFIX_PATH=/tmp/OTB-$OTB_VERSION_FULL-xdk-Linux64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment