[Groonga-commit] droonga/droonga-http-server at fe9b0b4 [master] Remove unneccessary escape of slash

Back to archive index

KITAITI Makoto null+****@clear*****
Sat Jan 16 17:51:50 JST 2016


KITAITI Makoto	2016-01-16 17:51:50 +0900 (Sat, 16 Jan 2016)

  New Revision: fe9b0b4272b6b371bced6f76a9eec523735fb86b
  https://github.com/droonga/droonga-http-server/commit/fe9b0b4272b6b371bced6f76a9eec523735fb86b

  Merged 0f9441b: Merge pull request #13 from KitaitiMakoto/systemd

  Message:
    Remove unneccessary escape of slash

  Modified files:
    install.sh

  Modified: install.sh (+1 -1)
===================================================================
--- install.sh    2016-01-16 17:43:18 +0900 (9cc1e60)
+++ install.sh    2016-01-16 17:51:50 +0900 (5e8d378)
@@ -215,7 +215,7 @@ setup_configuration_directory() {
                                   --receive-host-name=$HOST \
                                   --port=$PORT
     if [ $? -ne 0 ]; then
-      echo \"ERROR: Failed to configure $NAME!\"
+      echo "ERROR: Failed to configure $NAME!"
       exit 1
     fi
   fi
-------------- next part --------------
HTML����������������������������...
Descargar 



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