View | Details | Raw Unified | Return to bug 190660 | Differences between
and this patch

Collapse All | Expand All

(-)usr.sbin/freebsd-update/freebsd-update.sh (+1 lines)
Lines 790-795 Link Here
790
		echo "No updates are available to install."
790
		echo "No updates are available to install."
791
		if [ $ISFETCHED -eq 0 ]; then
791
		if [ $ISFETCHED -eq 0 ]; then
792
			echo "Run '$0 fetch' first."
792
			echo "Run '$0 fetch' first."
793
			exit 1
793
		fi
794
		fi
794
		exit 0
795
		exit 0
795
	fi
796
	fi

Return to bug 190660