[Groonga-commit] groonga/groonga at 156a73f [master] travis: use gsort

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Aug 24 15:11:54 JST 2016


Kouhei Sutou	2016-08-24 15:11:54 +0900 (Wed, 24 Aug 2016)

  New Revision: 156a73f98cb947fd693a246ff7ba7e866eeddb15
  https://github.com/groonga/groonga/commit/156a73f98cb947fd693a246ff7ba7e866eeddb15

  Message:
    travis: use gsort
    
    Because sort on OS X doesn't have --version-sort.

  Modified files:
    autogen.sh

  Modified: autogen.sh (+1 -1)
===================================================================
--- autogen.sh    2016-08-24 14:53:58 +0900 (d7c201e)
+++ autogen.sh    2016-08-24 15:11:54 +0900 (98dcc83)
@@ -11,7 +11,7 @@ Darwin)
         gettext_prefix=/usr/local/Cellar/gettext
         if [ -d $gettext_prefix ]; then
           gettext_aclocal=$(ls $gettext_prefix/*/share/aclocal | \
-                               sort --version-sort | \
+                               gsort --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