We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6ce2b commit ef5ae0dCopy full SHA for ef5ae0d
1 file changed
usr.sbin/mergemaster/mergemaster.sh
@@ -665,7 +665,7 @@ case "${RERUN}" in
665
${MM_MAKE} DESTDIR=${TEMPROOT} distribution >/dev/null;} ||
666
{ echo '';
667
echo " *** FATAL ERROR: Cannot 'cd' to ${SOURCEDIR} and install files to";
668
- echo " the temproot environment";
+ echo " the temproot environment in ${DESTDIR}";
669
echo '';
670
exit 1;}
671
;;
0 commit comments