[Groonga-mysql-commit] mroonga/homebrew [master] Remove a needless space between -i and ''

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 11 13:52:56 JST 2012


Kouhei Sutou	2012-12-11 13:52:56 +0900 (Tue, 11 Dec 2012)

  New Revision: 1a29a6c3de5f04a779063b2cb7345be69758237a
  https://github.com/mroonga/homebrew/commit/1a29a6c3de5f04a779063b2cb7345be69758237a

  Log:
    Remove a needless space between -i and ''

  Modified files:
    update.sh

  Modified: update.sh (+2 -2)
===================================================================
--- update.sh    2012-10-29 13:18:31 +0900 (d1c6af0)
+++ update.sh    2012-12-11 13:52:56 +0900 (9d909cc)
@@ -23,9 +23,9 @@ md5=$(openssl dgst -md5 $base_name | cut -f 2 -d ' ')
 cd -
 rm -rf $tmp_dir
 
-sed -i '' \
+sed -i'' \
   -e "s,'https:.*','$mroonga_url'," \
   mroonga.rb
-sed -i '' \
+sed -i'' \
   -e "s,md5 '.*',md5 '$md5'," \
   mroonga.rb
-------------- next part --------------
HTML����������������������������...
Télécharger 



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