Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A7F62200CB2 for ; Sun, 25 Jun 2017 14:50:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A6AD5160BE0; Sun, 25 Jun 2017 12:50:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 202A3160BD8 for ; Sun, 25 Jun 2017 14:50:19 +0200 (CEST) Received: (qmail 5005 invoked by uid 500); 25 Jun 2017 12:50:19 -0000 Mailing-List: contact commits-help@openwebbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwebbeans.apache.org Delivered-To: mailing list commits@openwebbeans.apache.org Received: (qmail 4994 invoked by uid 99); 25 Jun 2017 12:50:19 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Jun 2017 12:50:19 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 6D04C3A031D for ; Sun, 25 Jun 2017 12:50:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1799795 - /openwebbeans/meecrowave/trunk/meecrowave-maven-plugin/src/main/resources/bin/meecrowave.sh Date: Sun, 25 Jun 2017 12:50:16 -0000 To: commits@openwebbeans.apache.org From: struberg@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170625125018.6D04C3A031D@svn01-us-west.apache.org> archived-at: Sun, 25 Jun 2017 12:50:20 -0000 Author: struberg Date: Sun Jun 25 12:50:16 2017 New Revision: 1799795 URL: http://svn.apache.org/viewvc?rev=1799795&view=rev Log: MEECROWAVE-44 fix broken bundle script txs to Christoph Ledl for the fix! Modified: openwebbeans/meecrowave/trunk/meecrowave-maven-plugin/src/main/resources/bin/meecrowave.sh Modified: openwebbeans/meecrowave/trunk/meecrowave-maven-plugin/src/main/resources/bin/meecrowave.sh URL: http://svn.apache.org/viewvc/openwebbeans/meecrowave/trunk/meecrowave-maven-plugin/src/main/resources/bin/meecrowave.sh?rev=1799795&r1=1799794&r2=1799795&view=diff ============================================================================== --- openwebbeans/meecrowave/trunk/meecrowave-maven-plugin/src/main/resources/bin/meecrowave.sh (original) +++ openwebbeans/meecrowave/trunk/meecrowave-maven-plugin/src/main/resources/bin/meecrowave.sh Sun Jun 25 12:50:16 2017 @@ -303,7 +303,7 @@ fi if [ -z "$MEECROWAVE_TEMP" ]; then mkdir -p "$MEECROWAVE_BASE"/temp - MEECROWAVE_ARGS="--tmp-dir="$MEECROWAVE_BASE"/temp" + MEECROWAVE_ARGS="--tmp-dir="$MEECROWAVE_ARGS $MEECROWAVE_BASE"/temp" fi if [ "$1" = "run" ]; then