From 84b36937b8d896bc5c7302479cc1998326c7f595 Mon Sep 17 00:00:00 2001 From: aschwinn <al.schwinn@gsi.de> Date: Fri, 5 May 2017 11:59:38 +0200 Subject: [PATCH] minor fix - removed dublicated line --- silecs-communication-cpp/releaseSilecs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/silecs-communication-cpp/releaseSilecs.sh b/silecs-communication-cpp/releaseSilecs.sh index 04f6dab..76a5cff 100755 --- a/silecs-communication-cpp/releaseSilecs.sh +++ b/silecs-communication-cpp/releaseSilecs.sh @@ -77,7 +77,6 @@ patch() INSTALL_DIR=${RELEASE_DIR_BASE}/${PACKAGE}/${NEW_VERSION} BASE_DIR=${RELEASE_DIR_BASE}/${PACKAGE}/${BASE_VERSION} checkFolderExists ${BASE_DIR} - checkFolderExists ${BASE_DIR} checkFolderExists ${INSTALL_DIR} if [ "$PACKAGE" == "$PACKAGE_TO_PATCH" ]; then if [ -d ${INSTALL_DIR} ]; then -- GitLab