Changeset 3439ff6 for BLFS


Ignore:
Timestamp:
11/01/2023 03:31:19 PM (11 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
280cff6a
Parents:
d4a6891
Message:

nitpick in gen-special.sh: fix indent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen-special.sh

    rd4a6891 r3439ff6  
    124124# Note that only xorg pages have '&' in them. So for kde
    125125# pages, what is extracted it the full tarball name.
    126 list_cat="$(sed -n '/>cat.*\.\(md5\|dat\)/,/EOF</p' $file | \
    127             grep -v '>cat\|EOF<\|#' | \
    128             awk '{ print $NF }' | sed 's/-&.*//')"
     126  list_cat="$(sed -n '/>cat.*\.\(md5\|dat\)/,/EOF</p' $file | \
     127              grep -v '>cat\|EOF<\|#' | \
     128              awk '{ print $NF }' | sed 's/-&.*//')"
    129129
    130130  precpack=NONE
Note: See TracChangeset for help on using the changeset viewer.