Changeset 46b05a08


Ignore:
Timestamp:
09/17/2022 12:34:13 PM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
59350d1
Parents:
ea94a21
git-author:
Xi Ruoyao <xry111@…> (09/15/2022 10:22:44 AM)
git-committer:
Xi Ruoyao <xry111@…> (09/17/2022 12:34:13 PM)
Message:

gawk: remove duplicated "-i" in a sed command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gawk.xml

    rea94a21 r46b05a08  
    4747    <para>Now fix a programming error identified upstream:</para>
    4848
    49 <screen><userinput remap="pre">sed -i -i '241i UPREF(m);' interpret.h</userinput></screen>
     49<screen><userinput remap="pre">sed -i '241i UPREF(m);' interpret.h</userinput></screen>
    5050
    5151    <para>Prepare Gawk for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.