[Groonga-commit] groonga/groonga at f8c2833 [master] Revert "travis: use gsort"

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Aug 24 17:12:20 JST 2016


Kouhei Sutou	2016-08-24 17:12:20 +0900 (Wed, 24 Aug 2016)

  New Revision: f8c28332773869ef2332ad20876aacbe1d1bdcf0
  https://github.com/groonga/groonga/commit/f8c28332773869ef2332ad20876aacbe1d1bdcf0

  Message:
    Revert "travis: use gsort"
    
    This reverts commit 156a73f98cb947fd693a246ff7ba7e866eeddb15.
    
    gsort doesn't exist. :<

  Modified files:
    autogen.sh

  Modified: autogen.sh (+1 -1)
===================================================================
--- autogen.sh    2016-08-24 15:11:54 +0900 (98dcc83)
+++ autogen.sh    2016-08-24 17:12:20 +0900 (d7c201e)
@@ -11,7 +11,7 @@ Darwin)
         gettext_prefix=/usr/local/Cellar/gettext
         if [ -d $gettext_prefix ]; then
           gettext_aclocal=$(ls $gettext_prefix/*/share/aclocal | \
-                               gsort --version-sort | \
+                               sort --version-sort | \
                                tail -n 1)
           if [ -d $gettext_aclocal ]; then
             ACLOCAL_PATH="$ACLOCAL_PATH $gettext_aclocal"
-------------- next part --------------
HTML����������������������������...
Download 



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