[Groonga-commit] groonga/groonga at d80dc34 [master] mruby: remove new line in mruby version file

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Sep 30 20:29:02 JST 2013


Kouhei Sutou	2013-09-30 20:29:02 +0900 (Mon, 30 Sep 2013)

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

  Message:
    mruby: remove new line in mruby version file

  Modified files:
    mruby_version
    vendor/mruby/update.sh

  Modified: mruby_version (+1 -1)
===================================================================
--- mruby_version    2013-09-30 20:12:17 +0900 (43b6724)
+++ mruby_version    2013-09-30 20:29:02 +0900 (464a232)
@@ -1 +1 @@
-eeac4be
+eeac4be
\ No newline at end of file

  Modified: vendor/mruby/update.sh (+1 -1)
===================================================================
--- vendor/mruby/update.sh    2013-09-30 20:12:17 +0900 (3bc9bbf)
+++ vendor/mruby/update.sh    2013-09-30 20:29:02 +0900 (cd3bfdd)
@@ -35,6 +35,6 @@ find ${new_mruby_clone_dir}/build/host -name y.tab.c \
 
 rm -rf ${new_mruby_clone_dir}
 
-echo "${new_mruby_version}" > "${mruby_version_file}"
+echo -n "${new_mruby_version}" > "${mruby_version_file}"
 
 (cd "${base_dir}" && ./update_files.sh "${new_mruby_dir}" > sources.am)
-------------- next part --------------
HTML����������������������������...
Download 



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