fixed an error message
This commit is contained in:
parent
5cc318eb35
commit
afdc9ad006
2 changed files with 5 additions and 1 deletions
|
@ -98,7 +98,7 @@ bash ${source} >${outfile2}
|
|||
|
||||
if ! diff -q ${outfile1} ${outfile2} >/dev/null
|
||||
then
|
||||
echo "$1: GRUB and BASH outputs (${outfile1}, ${outfile2}) did not match"
|
||||
echo "${source}: GRUB and BASH outputs did not match (see diff -u ${outfile1} ${outfile2})"
|
||||
status=1
|
||||
else
|
||||
rm -f ${outfile1} ${outfile2}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue