- Timestamp:
- Jun 7, 2006, 10:19:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.8/tools/mknewtag
r639 r640 39 39 else 40 40 for p in mindi mondo; do 41 grep -q "${VER}-${TAG}" $TOOLHOME/../$p/ChangeLog 41 v=`cat $TOOLHOME/../$p/VERSION` 42 grep -q "${v}-${TAG}" $TOOLHOME/../$p/ChangeLog 42 43 if [ $? -ne 0 ]; then 43 echo "You'll have to document in ${p}'s ChangeLog for ${ VER}-${TAG} related modifications"44 echo "You'll have to document in ${p}'s ChangeLog for ${v}-${TAG} related modifications" 44 45 exit -1 45 46 fi
Note:
See TracChangeset
for help on using the changeset viewer.