Ignore:
Timestamp:
Jun 3, 2017, 11:49:12 PM (7 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
b3e9c0c
Parents:
7c18e88
git-author:
Chris Staub <chris@…> (06/03/17 23:48:36)
git-committer:
Chris Staub <chris@…> (06/03/17 23:49:12)
Message:

Simplified sed command in temp-system bzip2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/bzip2.xml

    r7c18e88 r5a881b0  
    2828
    2929<screen os="cb"><userinput>cp -v Makefile{,.orig}
    30 sed -e 's@^\(all:.*\) test@\1@g' Makefile.orig &gt; Makefile</userinput></screen>
     30sed -e '/^all/s/ test$//' Makefile.orig &gt; Makefile</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.