View | Details | Raw Unified | Return to bug 233378
Collapse All | Expand All

(-)/usr/local/sbin/portmaster.rs (-2 / +2 lines)
Lines 245-256 Link Here
245
	fi
245
	fi
246
246
247
	if [ -n "$1" -a -n "${PM_NEEDS_UPDATE# }" -a -n "$PM_BUILDING" -a -z "$FETCH_ONLY" ]; then
247
	if [ -n "$1" -a -n "${PM_NEEDS_UPDATE# }" -a -n "$PM_BUILDING" -a -z "$FETCH_ONLY" ]; then
248
		echo "$progname <flags>${PM_NEEDS_UPDATE}" > ${TMPDIR}/portmasterfail.txt
248
		echo "$progname <flags>${PM_NEEDS_UPDATE}" > ~/portmasterfail.txt
249
		echo ''
249
		echo ''
250
		echo "===>>> You can restart from the point of failure with this command line:"
250
		echo "===>>> You can restart from the point of failure with this command line:"
251
		echo "       $progname <flags>${PM_NEEDS_UPDATE}"
251
		echo "       $progname <flags>${PM_NEEDS_UPDATE}"
252
		echo ''
252
		echo ''
253
		echo "This command has been saved to ${TMPDIR}/portmasterfail.txt"
253
		echo "This command has been saved to ~/portmasterfail.txt"
254
		echo ''
254
		echo ''
255
	fi
255
	fi
256
}
256
}

Return to bug 233378