Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/hwinfo/hardware.client.class.in

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

revision 2189 by niro, Fri Jan 10 14:29:54 2014 UTC revision 2269 by niro, Tue Jan 14 10:34:57 2014 UTC
# Line 304  help_hardware_detect() Line 304  help_hardware_detect()
304    
305  get_hardware_detect()  get_hardware_detect()
306  {  {
307   local action="$1"   local action="${CLASS_ARGV[0]}"
308   local class="$2"   local class="${CLASS_ARGV[1]}"
309    
310   # sanity check   # sanity check
311   case "${action}" in   case "${action}" in

Legend:
Removed from v.2189  
changed lines
  Added in v.2269