Changeset d6b45f7 for postlfs


Ignore:
Timestamp:
06/23/2022 10:15:12 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
8e8dd4f
Parents:
c42d2055
git-author:
Xi Ruoyao <xry111@…> (06/23/2022 10:03:46 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/23/2022 10:15:12 AM)
Message:

change egrep to grep -E

egrep is deprecated since 2007, and the next grep release (3.8 or 4.0)
will print a warning if it's used.

Url: https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a951562

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    rc42d2055 rd6b45f7  
    134134    </para>
    135135
    136     <screen><userinput>egrep '^flags.*(vmx|svm)' /proc/cpuinfo</userinput></screen>
     136    <screen><userinput>grep -E '^flags.*(vmx|svm)' /proc/cpuinfo</userinput></screen>
    137137
    138138    <para>
Note: See TracChangeset for help on using the changeset viewer.