Changeset 719


Ignore:
Timestamp:
Oct 2, 2008, 1:51:24 PM (16 years ago)
Author:
joergs
Message:

bugfix: grep case insensitive changelog entry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/technical/common/build/build.sh

    r718 r719  
    184184                # if there is no changelog section in the spec file,
    185185                # also append the Changes there
    186                 if ! grep -q "%changelog" $SPECFILE ; then
     186                if ! grep -q -i "%changelog" $SPECFILE ; then
    187187                        # paste "Changes" into SPEC file.
    188188                        echo "%changelog" >> ${BUILDTEMP}/src/${PACKAGE}/$SPECFILE
Note: See TracChangeset for help on using the changeset viewer.