You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by fs...@apache.org on 2019/06/17 17:37:50 UTC

[arrow] branch upr/4492 created (now 656b38f)

This is an automated email from the ASF dual-hosted git repository.

fsaintjacques pushed a change to branch upr/4492
in repository https://gitbox.apache.org/repos/asf/arrow.git.


      at 656b38f  Remove set -e in configure

This branch includes the following new commits:

     new 656b38f  Remove set -e in configure

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[arrow] 01/01: Remove set -e in configure

Posted by fs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fsaintjacques pushed a commit to branch upr/4492
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 656b38f23c1e4055712ed85f5ac307864d4734de
Author: François Saint-Jacques <fs...@gmail.com>
AuthorDate: Mon Jun 17 13:37:13 2019 -0400

    Remove set -e in configure
---
 r/configure | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/r/configure b/r/configure
index bf0c824..4b3484f 100755
--- a/r/configure
+++ b/r/configure
@@ -25,9 +25,6 @@
 # INCLUDE_DIR and LIB_DIR manually via e.g:
 # R CMD INSTALL --configure-vars='INCLUDE_DIR=/.../include LIB_DIR=/.../lib'
 
-# Fail script on failing commands
-set -e
-
 # Library settings
 PKG_CONFIG_NAME="arrow parquet"
 PKG_DEB_NAME="(unsuppored)"