From 58b2afb498f10b1ec3ff40febf3869a005674b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 29 May 2018 10:27:48 +0200 Subject: [PATCH] Fixed another typo --- CI/ci-source.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CI/ci-source.sh b/CI/ci-source.sh index 80bf8f21..5fa53811 100755 --- a/CI/ci-source.sh +++ b/CI/ci-source.sh @@ -28,9 +28,7 @@ mv VERSION $VERSION/ mv build-doc/Build/share/OpenMesh/Doc/html/ $VERSION/Documentation -tar - -tar cjf $VERSION.tar.bz2 $VERSION & -tar czf $VERSION.tar.gz $VERSION & -zip -9 -q -r $VERSION.zip $VERSION & +tar cjf $VERSION.tar.bz2 $VERSION +tar czf $VERSION.tar.gz $VERSION +zip -9 -q -r $VERSION.zip $VERSION