Commit 26b708de authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed useless tail of the install script

parent 0a61461c
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -93,15 +93,3 @@ then
    echo "export PATH"
    echo "export LD_LIBRARY_PATH"
fi

if test ${BUILD_RELEASE} = "yes";
then
    BUILD_PREFIX="Release"
fi
if test ${BUILD_DEBUG} = "yes";
then
    BUILD_PREFIX="Debug"
fi

exit 0