mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
A bunch of cosmetic changes - add one empty line to make the output more
readable and use double quotes everywhere.
This commit is contained in:
parent
a0a5ea5364
commit
92615ddfc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183339
1 changed files with 7 additions and 6 deletions
|
@ -200,13 +200,13 @@ check_dep()
|
|||
break
|
||||
fi
|
||||
|
||||
echo '' >&2
|
||||
echo 'you can ignore the above issues and proceed anyway.' >&2
|
||||
echo 'if this is the case, then either:' >&2
|
||||
echo ' * these are false positives' >&2
|
||||
echo ' * you want to break something' >&2
|
||||
echo "" >&2
|
||||
echo "you can ignore the above issues and proceed anyway." >&2
|
||||
echo "if this is the case, then either:" >&2
|
||||
echo " * these are false positives" >&2
|
||||
echo " * you want to break something" >&2
|
||||
echo " * your ${PORTSDIR} is out of date, consider setting PORTSDIR in environment" >&2
|
||||
echo ' point to a newer instance of the ports tree' >&2
|
||||
echo " point to a newer instance of the ports tree" >&2
|
||||
echo "or you can hit \`n' to repeat the check" >&2
|
||||
answer=`ask "ignore the above issues"`
|
||||
if [ "${answer}" = "y" ] ; then
|
||||
|
@ -546,6 +546,7 @@ while [ "${answer}" = "y" ] ; do
|
|||
# EDITOR instead of PAGER because vim has nice syntax highlighting ;-)
|
||||
${EDITOR} ${diffout}
|
||||
|
||||
echo "" >&2
|
||||
echo "you can now edit files under ${codir}/ by hand" >&2
|
||||
answer=`ask "do you want to recreate the diff?"`
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue