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

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 59c272e3f18a25d6b77dbe1b953a09b27e0a723a
Author: Sutou Kouhei <k...@clear-code.com>
AuthorDate: Tue Jul 2 05:59:34 2019 +0900

    ARROW-5820: [Release] Remove undefined variable check from verify script
    
    External shell scripts may refer unbound variable:
    
        
/tmp/arrow-0.14.0.yum2X/apache-arrow-0.14.0/test-miniconda/etc/profile.d/conda.sh:
        line 55: PS1: unbound variable
    
    Author: Sutou Kouhei <k...@clear-code.com>
    
    Closes #4773 from kou/release-verify-without-u and squashes the following 
commits:
    
    e27270390 <Sutou Kouhei>  Remove undefined variable check from verify script
---
 dev/release/verify-release-candidate.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev/release/verify-release-candidate.sh 
b/dev/release/verify-release-candidate.sh
index f694fb4..cf8df75 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -46,7 +46,6 @@ case $# in
 esac
 
 set -e
-set -u
 set -x
 set -o pipefail
 

Reply via email to