Changeset 0e2c6bc


Ignore:
Timestamp:
08/27/2024 11:15:37 AM (3 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Parents:
4b80795
Message:

Don't add >> $TEST_LOG if already redirecting to an absolute path

One example of such a command is

echo 'NAME="Linux From Scratch"' > /etc/os-release

in systemd. If adding >> $TEST_LOG we'll not create the /etc/os-release
files and test failures will happen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r4b80795 r0e2c6bc  
    11671167            <xsl:if
    11681168              test="not(contains($instructions, '&gt;&gt;')) and
     1169                    not(contains($instructions, '&gt; /')) and
    11691170                    not($eof-seen) and
    11701171                    substring($instructions,
Note: See TracChangeset for help on using the changeset viewer.