Changeset 639 in MondoRescue for branches


Ignore:
Timestamp:
Jun 7, 2006, 10:16:29 PM (18 years ago)
Author:
bcornec
Message:

Typo in tools/mknewtag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.8/tools/mknewtag

    r634 r639  
    3939else
    4040    for p in mindi mondo; do
    41         grep -q "${VER}-${TAG}" $TOOLHOME/../$p/Changelog
     41        grep -q "${VER}-${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 ${VER}-${TAG} related modifications"
    4444            exit -1
    4545        fi
Note: See TracChangeset for help on using the changeset viewer.