Changeset 4c32ca8


Ignore:
Timestamp:
10/14/2021 08:23:24 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, legacy, trunk
Children:
ee96ad2
Parents:
2718053
Message:

Adapt to condxml branch: func_book_parser

When running git-version.sh, unconditionally add a $INITSYS
argument, which is needed for the new condxml, and
is harmless if this argument is not needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r2718053 r4c32ca8  
    131131        # Recent git versions need version.ent to be generated
    132132        if [ -f git-version.sh ]; then
    133           bash git-version.sh >> $LOGDIR/$LOG 2>&1
     133          bash git-version.sh "$INITSYS" >> $LOGDIR/$LOG 2>&1
    134134        fi
    135135        popd > /dev/null
Note: See TracChangeset for help on using the changeset viewer.