Changeset 2e1c1c3 for CLFS/master.sh


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    rdc7fd7b r2e1c1c3  
    829829
    830830    case $this_script in
    831       *choose)   continue ;; # This is not a script but a commentary. 
     831      *choose)   continue ;; # This is not a script but a commentary.
    832832      *dhcp)    continue ;; # Assume static networking.
    833833      *dhcpcd)    continue ;; # Assume static networking.
     
    10161016  [[ "$COMPARE" = "y" ]] && wrt_compare_targets
    10171017  bootscripts_Makefiles          # mk_BOOTSCRIPT (CHROOT) $bootscripttools
    1018   if [ -d network ]; then 
     1018  if [ -d network ]; then
    10191019     network_Makefiles           # If present, process network setup.
    10201020  fi
Note: See TracChangeset for help on using the changeset viewer.