[Groonga-commit] groonga/groonga at 8cc11e4 [master] travis: enable variable defined check

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 6 15:45:39 JST 2016


Kouhei Sutou	2016-05-06 15:45:39 +0900 (Fri, 06 May 2016)

  New Revision: 8cc11e4674dc3da2ed2e61f64272c1c28c461a6e
  https://github.com/groonga/groonga/commit/8cc11e4674dc3da2ed2e61f64272c1c28c461a6e

  Message:
    travis: enable variable defined check

  Modified files:
    tools/travis-before-script.sh
    tools/travis-install.sh
    tools/travis-script.sh

  Modified: tools/travis-before-script.sh (+1 -0)
===================================================================
--- tools/travis-before-script.sh    2016-05-06 15:44:36 +0900 (ac56e5b)
+++ tools/travis-before-script.sh    2016-05-06 15:45:39 +0900 (3978970)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 set -e
+set -u
 
 git submodule update --init --depth 1
 

  Modified: tools/travis-install.sh (+1 -0)
===================================================================
--- tools/travis-install.sh    2016-05-06 15:44:36 +0900 (43a9dce)
+++ tools/travis-install.sh    2016-05-06 15:45:39 +0900 (9befae6)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 set -e
+set -u
 
 case "${TRAVIS_OS_NAME}" in
   linux)

  Modified: tools/travis-script.sh (+1 -0)
===================================================================
--- tools/travis-script.sh    2016-05-06 15:44:36 +0900 (eaacdcd)
+++ tools/travis-script.sh    2016-05-06 15:45:39 +0900 (8ea2ae3)
@@ -1,6 +1,7 @@
 #!/bin/bash
 
 set -e
+set -u
 
 prefix=/tmp/local
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index