Oops, deleted one line too many. Add back the null case for IGNORE_MOTD

This commit is contained in:
Doug Barton 2010-01-15 04:09:22 +00:00
parent 705b2d5389
commit bc1b4f78f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202340

View File

@ -652,6 +652,7 @@ case "${RERUN}" in
esac
case "${IGNORE_MOTD}" in
'') ;;
*)
echo ''
echo "*** You have the IGNORE_MOTD option set in your mergemaster rc file."