Changes between Initial Version and Version 1 of Ticket #64863, comment 2


Ignore:
Timestamp:
Mar 20, 2022, 10:21:45 PM (3 years ago)
Author:
harens (Haren S)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64863, comment 2

    initial v1  
    55{{{#!tcl
    66switch -regexp -- $os_arch {
    7     {Power Macintosh} {
     7    {^(Power Macintosh|ppc)} {
    88        set os_arch "powerpc"
    99    }
     
    1212    }
    1313    {^(arm|aarch)} {
    14         # If the arch begins with arm or aarch
    1514        set os_arch "arm"
    1615    }