Fix trailing whitespace

This commit is contained in:
Warner Losh 2020-09-12 17:24:00 +00:00
parent ee2e68af86
commit 75ce6ac63f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365664

View File

@ -32,11 +32,11 @@ do
fi
MdLoad/MdLoad md${MD} $f
if [ -f Ref/$b ] ; then
if diskinfo /dev/md${MD}* |
diff -I '$FreeBSD' -u Ref/$b - > $TMP; then
if diskinfo /dev/md${MD}* |
diff -I '\$FreeBSD' -u Ref/$b - > $TMP; then
echo "ok - $b"
else
echo "not ok - $b"
echo "not ok - $b"
sed 's/^/# /' $TMP
fi
else