Skip to content
Snippets Groups Projects
Commit 84b36937 authored by al.schwinn's avatar al.schwinn
Browse files

minor fix - removed dublicated line

parent 0c2c2890
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,6 @@ patch() ...@@ -77,7 +77,6 @@ patch()
INSTALL_DIR=${RELEASE_DIR_BASE}/${PACKAGE}/${NEW_VERSION} INSTALL_DIR=${RELEASE_DIR_BASE}/${PACKAGE}/${NEW_VERSION}
BASE_DIR=${RELEASE_DIR_BASE}/${PACKAGE}/${BASE_VERSION} BASE_DIR=${RELEASE_DIR_BASE}/${PACKAGE}/${BASE_VERSION}
checkFolderExists ${BASE_DIR} checkFolderExists ${BASE_DIR}
checkFolderExists ${BASE_DIR}
checkFolderExists ${INSTALL_DIR} checkFolderExists ${INSTALL_DIR}
if [ "$PACKAGE" == "$PACKAGE_TO_PATCH" ]; then if [ "$PACKAGE" == "$PACKAGE_TO_PATCH" ]; then
if [ -d ${INSTALL_DIR} ]; then if [ -d ${INSTALL_DIR} ]; then
......
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