Changeset c7768882


Ignore:
Timestamp:
06/11/2021 12:09:20 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ca3b29c8
Parents:
c3f0e44
Message:

nss: remove a '&&' in nss

The left operand of it is known to fail. If '&&' is used, 'cd ..' won't
be executed at all.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/nss.xml

    rc3f0e44 rc7768882  
    148148
    149149<screen remap="test"><userinput>cd tests &amp;&amp;
    150 HOST=localhost DOMSUF=localdomain ./all.sh &amp;&amp;
     150HOST=localhost DOMSUF=localdomain ./all.sh
    151151cd ../</userinput></screen>
    152152   
Note: See TracChangeset for help on using the changeset viewer.