[Groonga-commit] droonga/droonga-engine at d9efda0 [master] Use same prompt for two cases

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Sep 16 13:10:36 JST 2014


YUKI Hiroshi	2014-09-16 13:10:36 +0900 (Tue, 16 Sep 2014)

  New Revision: d9efda08566b88d4107e361ae5cb7612a1d65d37
  https://github.com/droonga/droonga-engine/commit/d9efda08566b88d4107e361ae5cb7612a1d65d37

  Message:
    Use same prompt for two cases

  Modified files:
    install.sh

  Modified: install.sh (+1 -1)
===================================================================
--- install.sh    2014-09-16 13:01:42 +0900 (69bb97b)
+++ install.sh    2014-09-16 13:10:36 +0900 (c7ac562)
@@ -115,7 +115,7 @@ determine_hostname() {
     return 0
   fi
 
-  PS3="$prompt_for_suggestions > "
+  PS3="$prompt_for_suggestions: "
   select chosen in $(get_addresses_with_interface | $sed -e "s/ (.+)\$/(\1)/") "Manual Input"
   do
     if [ -z "$chosen" ]; then
-------------- next part --------------
HTML����������������������������...
Download 



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