Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/basic-system/system.client.class.in

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

revision 2905 by niro, Wed Aug 30 13:54:01 2017 UTC revision 2906 by niro, Thu Sep 14 08:08:53 2023 UTC
# Line 201  get_system_arch() Line 201  get_system_arch()
201  {  {
202   local retval   local retval
203    
204   retval="$(arch)"   retval="$(uname -m)"
205   rvecho "${retval}"   rvecho "${retval}"
206  }  }

Legend:
Removed from v.2905  
changed lines
  Added in v.2906