[Groonga-commit] groonga/groonga at 3c1701d [master] groonga-httpd: normalize argument

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 15 16:49:00 JST 2015


Kouhei Sutou	2015-11-15 16:49:00 +0900 (Sun, 15 Nov 2015)

  New Revision: 3c1701d62f7d03d637d618417ce3be6657a0797c
  https://github.com/groonga/groonga/commit/3c1701d62f7d03d637d618417ce3be6657a0797c

  Message:
    groonga-httpd: normalize argument

  Modified files:
    src/httpd/configure

  Modified: src/httpd/configure (+1 -0)
===================================================================
--- src/httpd/configure    2015-11-15 16:44:21 +0900 (95329f7)
+++ src/httpd/configure    2015-11-15 16:49:00 +0900 (0143935)
@@ -8,6 +8,7 @@ builddir="."
 is_mingw="no"
 
 for argument in "$@"; do
+  argument="$(echo "${argument}" |sed -e "s/\(^'\|'$\)//g")"
   case "$argument" in
     --srcdir=*)
       srcdir="$(echo "${argument}" | sed -e 's/--srcdir=//')"
-------------- next part --------------
HTML����������������������������...
다운로드 



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