Ignore:
Timestamp:
03/10/2023 11:30:10 PM (19 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
31e6ccb2
Parents:
2858f02 (diff), 0bf56aad (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    r2858f02 rdb84777  
    204204ver_kernel()
    205205{
    206    kver=$(uname -r | grep -E -o '[0-9\.]+')
     206   kver=$(uname -r | grep -E -o '^[0-9\.]+')
    207207   if printf '%s\n' $1 $kver | sort --version-sort --check &amp;>/dev/null
    208208   then
Note: See TracChangeset for help on using the changeset viewer.