Magellan Linux

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

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

revision 2420 by niro, Mon Jan 20 14:07:32 2014 UTC revision 2421 by niro, Wed Sep 2 09:25:10 2015 UTC
# Line 89  echo "Connected to $(print_version)" Line 89  echo "Connected to $(print_version)"
89    
90  while [[ ${run} = run ]]  while [[ ${run} = run ]]
91  do  do
92     # use an echo here not read -p '>' because sslsvd ignores the prompt pattern
93     echo -n '> '
94   read line   read line
95   eval "GLOBAL_ARGV=( ${line} )"   eval "GLOBAL_ARGV=( ${line} )"
96    

Legend:
Removed from v.2420  
changed lines
  Added in v.2421