Changeset 652 in MondoRescue for trunk/tools/mknewtag


Ignore:
Timestamp:
Jun 8, 2006, 2:15:09 PM (18 years ago)
Author:
bcornec
Message:

merge -r641:651 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/mknewtag

    r649 r652  
    88#
    99
    10 umask 022
    1110dname=`dirname $0`
    1211prem=`echo $dname |cut -c1`
     
    3938else
    4039    for p in mindi mondo; do
    41         grep -q "${VER}-${TAG}" $TOOLHOME/../$p/Changelog
     40        v=`cat $TOOLHOME/../$p/VERSION`
     41        grep -q "${v}-${TAG}" $TOOLHOME/../$p/ChangeLog
    4242        if [ $? -ne 0 ]; then
    43             echo "You'll have to document in ${p}'s Changelog for ${VER}-${TAG} related modifications"
     43            echo "You'll have to document in ${p}'s ChangeLog for ${v}-${TAG} related modifications"
    4444            exit -1
    4545        fi
Note: See TracChangeset for help on using the changeset viewer.