From cd47b87c5fa1d10379920666d8a16dfc6a890639 Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Mon, 28 Mar 2011 04:29:50 +0000 Subject: Committing while tired is never a good idea. Remove an unconditional error exit left over from debugging. --- usr.sbin/bsdinstall/scripts/auto | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.sbin/bsdinstall/scripts/auto') diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto index 99c20a9..ea8dd3e 100755 --- a/usr.sbin/bsdinstall/scripts/auto +++ b/usr.sbin/bsdinstall/scripts/auto @@ -140,8 +140,6 @@ if [ ! -z "$FETCH_DISTRIBUTIONS" ]; then export DISTRIBUTIONS="$ALL_DISTRIBUTIONS" fi -error - bsdinstall checksum || error bsdinstall distextract || error bsdinstall rootpass || error -- cgit v1.1