[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:44:15 JST 2012


Kouhei Sutou	2012-07-25 13:48:42 +0900 (Wed, 25 Jul 2012)

  New Revision: 27b4989f9b842986db591175202856d74116c767
  https://github.com/mroonga/mroonga/commit/27b4989f9b842986db591175202856d74116c767

  Log:
    Fix indent

  Modified files:
    Makefile.am

  Modified: Makefile.am (+2 -3)
===================================================================
--- Makefile.am    2012-07-25 13:32:41 +0900 (a21a75d)
+++ Makefile.am    2012-07-25 13:48:42 +0900 (a88bfd7)
@@ -69,9 +69,8 @@ update-latest-release:
 	  echo "\$$(NEW_RELEASE_DATE) is missing";	\
 	  exit 1;					\
 	fi
-	cd $(top_srcdir) && test -d "misc" ||					\
-	  git clone 							\
-	  git://github.com/clear-code/cutter.git
+	cd $(top_srcdir) && test -d "misc" ||			\
+	  git clone git://github.com/clear-code/cutter.git
 	ln -sf cutter/misc misc
 	cd $(top_srcdir) &&				\
 	  misc/update-latest-release.rb			\
-------------- next part --------------
HTML����������������������������...
Download 



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