[Groonga-commit] groonga/groonga at 6b1a97a [master] travis: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 6 15:44:36 JST 2016


Kouhei Sutou	2016-05-06 15:44:36 +0900 (Fri, 06 May 2016)

  New Revision: 6b1a97aff607591c81ce37e10971689d1fcd5d6a
  https://github.com/groonga/groonga/commit/6b1a97aff607591c81ce37e10971689d1fcd5d6a

  Message:
    travis: fix a typo

  Modified files:
    tools/travis-script.sh

  Modified: tools/travis-script.sh (+1 -1)
===================================================================
--- tools/travis-script.sh    2016-05-06 15:37:59 +0900 (25330ea)
+++ tools/travis-script.sh    2016-05-06 15:44:36 +0900 (eaacdcd)
@@ -13,7 +13,7 @@ export COLUMNS=79
 if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
   memory_fs_size=$[1024 * 1024] # 1MiB
   byte_per_sector=512
-  n_sectors=$[${memory_fs_size} / ${byte_per_sesctor}]
+  n_sectors=$[${memory_fs_size} / ${byte_per_sector}]
   memory_fs_device_path=$(hdid -nomount ram://${n_sectors})
   newfs_hfs ${memory_fs_device_path}
   mkdir -p test/command/tmp
-------------- next part --------------
HTML����������������������������...
Download 



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