[Groonga-commit] pgroonga/pgroonga at 558328c [master] travis: fix syntax error

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 11 23:16:48 JST 2017


Kouhei Sutou	2017-08-11 23:16:48 +0900 (Fri, 11 Aug 2017)

  New Revision: 558328cd00cd054701fa1806530642df55a2bd1b
  https://github.com/pgroonga/pgroonga/commit/558328cd00cd054701fa1806530642df55a2bd1b

  Message:
    travis: fix syntax error

  Modified files:
    .travis.yml

  Modified: .travis.yml (+6 -5)
===================================================================
--- .travis.yml    2017-08-11 23:09:34 +0900 (88c882f)
+++ .travis.yml    2017-08-11 23:16:48 +0900 (8362c4f)
@@ -42,14 +42,15 @@ script:
                     reindex/analyze.sql \
                     groonga-function/tuple-is-alive/ \
                     groonga-function/tuple-is-alive/ \
-                    term-search/text/options/tokenizer/ignored.sql \
-            do \
-          rm -rf sql/$path
-          rm -rf sql/compatibility/schema/$path
+                    term-search/text/options/tokenizer/ignored.sql
+        do
+          rm -rf sql/${path}
+          rm -rf sql/compatibility/schema/${path}
         done
         ;;
       9.4)
-        for path in term-search/text/options/tokenizer/ignored.sql do
+        for path in term-search/text/options/tokenizer/ignored.sql
+        do
           rm -rf sql/$path
           rm -rf sql/compatibility/schema/$path
         done
-------------- next part --------------
HTML����������������������������...
Download 



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