Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/mcored.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2334 by niro, Mon Jan 20 14:04:52 2014 UTC revision 2335 by niro, Mon Jul 14 07:48:13 2014 UTC
# Line 71  echo "Connected to $(print_version)" Line 71  echo "Connected to $(print_version)"
71    
72  while [[ ${run} = run ]]  while [[ ${run} = run ]]
73  do  do
74     # use an echo here not read -p '>' because sslsvd ignores the prompt pattern
75     echo -n '> '
76   read line   read line
77   eval "GLOBAL_ARGV=( ${line} )"   eval "GLOBAL_ARGV=( ${line} )"
78    

Legend:
Removed from v.2334  
changed lines
  Added in v.2335