more consistent descriptions

This commit is contained in:
George Danchev 2011-07-03 18:46:35 +00:00
parent dda797a82e
commit 6a8a32f96c
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ diff ${GEN_DATA_DIR}/${RELENG_IMG}.iso ${GEN_DATA_DIR}/${RELENG_IMG}.new
DIFF_RET="$?"
case ${DIFF_RET} in
0)
echo -e "${SELF}: diff ${GEN_DATA_DIR}/${RELENG_IMG}.iso ${GEN_DATA_DIR}/${RELENG_IMG}.new matched.\n"
echo -e "${SELF}: Match: diff ${GEN_DATA_DIR}/${RELENG_IMG}.iso ${GEN_DATA_DIR}/${RELENG_IMG}.new\n"
;;
*)
echo -e "${SELF}: FAIL: diff returned code: $DIFF_RET\n"