diff --git a/packaging/package.sh b/packaging/package.sh index 6c1c921..46a38e7 100755 --- a/packaging/package.sh +++ b/packaging/package.sh @@ -80,5 +80,5 @@ if [ "$LINUX" = true ] ; then tar caf "ATCS_${VERSION}.tar.gz" "common" echo "Created archive at ${PACKAGING_DIR}/ATCS_${VERSION}.tar.gz" else - echo "Can't create zip files on windows yet. Please pack the content of the '${PACKAGING_DIR}/common/' folder yourself -fi + echo "Can't create zip files on windows yet. Please pack the content of the '${PACKAGING_DIR}/common/' folder yourself" +fi