[Groonga-commit] groonga/groonga at 8b2b31d [master] Fix a typo...

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 23 11:57:03 JST 2016


Kouhei Sutou	2016-01-23 11:57:03 +0900 (Sat, 23 Jan 2016)

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

  Message:
    Fix a typo...

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+1 -1)
===================================================================
--- data/travis/setup.sh    2016-01-23 11:49:33 +0900 (f16fc32)
+++ data/travis/setup.sh    2016-01-23 11:57:03 +0900 (f5ed3a4)
@@ -29,7 +29,7 @@ if [ "$GROONGA_MASTER" = "yes" ]; then
   sudo make install > /dev/null
   cd ..
 else
-  if dpkg -l libzmq3 > /dev/null 2&>1; then
+  if dpkg -l libzmq3 > /dev/null 2>&1; then
     sudo apt-get purge libzmq3
   fi
 
-------------- next part --------------
HTML����������������������������...
Download 



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