Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/include/daemon.global.class.in

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

revision 2553 by niro, Thu Sep 17 07:22:58 2015 UTC revision 2555 by niro, Thu Sep 17 07:27:10 2015 UTC
# Line 279  print_push_config() Line 279  print_push_config()
279   local sorted   local sorted
280    
281   # sort them alpabetically   # sort them alpabetically
282   push_config=$(for i in ${PUSH_CONFIG}; do echo "${i}"; done | sort)   sorted=$(for i in ${PUSH_CONFIG}; do echo "${i}"; done | sort)
283   # do not escape, or CRLFS get printed to screen too   # do not escape, or CRLFS get printed to screen too
284   rvecho ${sorted}   rvecho ${sorted}
285  }  }

Legend:
Removed from v.2553  
changed lines
  Added in v.2555