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

This commit is contained in:
dougb 2010-01-15 04:09:22 +00:00
parent 5f27710b2b
commit c5fa288ed5

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."