[Groonga-mysql-commit] mroonga/homebrew-mroonga at fb1914c [master] Fix sed regex to match double quoted string

Back to archive index

Hiroshi Hatake null+****@clear*****
Fri May 29 22:31:37 JST 2015


Hiroshi Hatake	2015-05-29 22:31:37 +0900 (Fri, 29 May 2015)

  New Revision: fb1914ccd338991dcc9e312a91f3c8e269c50589
  https://github.com/mroonga/homebrew-mroonga/commit/fb1914ccd338991dcc9e312a91f3c8e269c50589

  Message:
    Fix sed regex to match double quoted string

  Modified files:
    update.sh

  Modified: update.sh (+2 -2)
===================================================================
--- update.sh    2015-05-02 14:58:21 +0900 (770094a)
+++ update.sh    2015-05-29 22:31:37 +0900 (562aff4)
@@ -24,8 +24,8 @@ cd -
 rm -rf $tmp_dir
 
 sed -i'' \
-  -e "s,'http://packages.*','$mroonga_url'," \
+  -e "s,\"http://packages.*\",\"$mroonga_url\"," \
   mroonga.rb
 sed -i'' \
-  -e "s,sha256 '.*',sha256 '$sha256'," \
+  -e "s,sha256 \".*\",sha256 \"$sha256\"," \
   mroonga.rb
-------------- next part --------------
HTML����������������������������...
Download 



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