Changeset 774 in MondoRescue for branches/stable/tools/mknewtag


Ignore:
Timestamp:
Aug 9, 2006, 1:02:02 AM (18 years ago)
Author:
Bruno Cornec
Message:

Fix bug #41 (changelogs broken)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/mknewtag

    r651 r774  
    3535if [ $nb -gt 0 ]; then
    3636    echo "You'll have to check in before updating the TAG"
    37     echo "$TAG" > $TOOLHOME/TAG
     37    exit -1
    3838else
    3939    for p in mindi mondo; do
    4040        v=`cat $TOOLHOME/../$p/VERSION`
    41         grep -q "${v}-${TAG}" $TOOLHOME/../$p/ChangeLog
     41        grep -q "${v}" $TOOLHOME/../$p/ChangeLog
    4242        if [ $? -ne 0 ]; then
    43             echo "You'll have to document in ${p}'s ChangeLog for ${v}-${TAG} related modifications"
     43            echo "You'll have to document in ${p}'s ChangeLog for ${v} related modifications"
    4444            exit -1
    4545        fi
Note: See TracChangeset for help on using the changeset viewer.