[Groonga-commit] groonga/groonga at 85b4356 [master] Use tab itself instead of "\t"

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jun 10 22:34:44 JST 2013


Kouhei Sutou	2013-06-10 22:34:44 +0900 (Mon, 10 Jun 2013)

  New Revision: 85b43561f15ab6db081e832c267c1dca61464abc
  https://github.com/groonga/groonga/commit/85b43561f15ab6db081e832c267c1dca61464abc

  Message:
    Use tab itself instead of "\t"
    
    Because echo in bash doesn't expand "\t" to a tab without "-e" option.

  Modified files:
    data/images/logo/update-files.sh
    doc/update-files.sh

  Modified: data/images/logo/update-files.sh (+1 -1)
===================================================================
--- data/images/logo/update-files.sh    2013-06-10 17:31:05 +0900 (347568b)
+++ data/images/logo/update-files.sh    2013-06-10 22:34:44 +0900 (03f68f0)
@@ -8,7 +8,7 @@ list_paths()
     sed \
       -e 's,^,\t,' \
       -e 's,$, \\,'
-    echo "\t\$(NULL)"
+    echo "	\$(NULL)"
     echo
 }
 

  Modified: doc/update-files.sh (+1 -1)
===================================================================
--- doc/update-files.sh    2013-06-10 17:31:05 +0900 (f1b6bc6)
+++ doc/update-files.sh    2013-06-10 22:34:44 +0900 (d9ed640)
@@ -8,7 +8,7 @@ list_paths()
     sed \
       -e 's,^,\t,' \
       -e 's,$, \\,'
-    echo "\t\$(NULL)"
+    echo "	\$(NULL)"
     echo
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



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