Changeset 2e1c1c3 for BLFS


Ignore:
Timestamp:
01/13/2018 09:08:56 AM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
d2a7ec8
Parents:
dc7fd7b
Message:

Remove spaces at the end of lines

Location:
BLFS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_dependencies

    rdc7fd7b r2e1c1c3  
    129129  if [ -f ${id_of_dep}.dep ]; then # found ${id_of_dep}.dep already in tree
    130130    otherlink=($(head -n 1 ${id_of_dep}.dep))
    131     if [ -z "${otherlink[*]}" ] 
     131    if [ -z "${otherlink[*]}" ]
    132132      then echo otherlink empty for $id_of_dep.dep
    133133      echo This should not happen, but happens to happen...
  • BLFS/xsl/gen_pkg_list.xsl

    rdc7fd7b r2e1c1c3  
    195195                                                         '123456789',
    196196                                                         '000000000'),
    197                                                 '-0')   
     197                                                '-0')
    198198                                      ]"
    199199            mode="normal">
  • BLFS/xsl/make_book.xsl

    rdc7fd7b r2e1c1c3  
    152152            <xsl:choose>
    153153              <xsl:when test="@linkend='bootscripts' or
    154                               @linkend='systemd-units'"> 
     154                              @linkend='systemd-units'">
    155155                <xsl:copy-of select="."/>
    156               </xsl:when> 
     156              </xsl:when>
    157157              <xsl:otherwise>
    158158                <xsl:value-of select="@linkend"/> (in full book)
     
    293293
    294294<!-- The case of depdendencies of perl modules. Same treatment
    295      as for perl modules. Just easier because always perl standard --> 
     295     as for perl modules. Just easier because always perl standard -->
    296296  <xsl:template match="para">
    297297    <xsl:element name="sect1">
Note: See TracChangeset for help on using the changeset viewer.