From e45dab861ea573e08b47a7a345c00aea9e3ab3e5 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Mon, 28 Mar 2011 04:29:50 +0000 Subject: [PATCH] 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(-) diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto index 99c20a936c4..ea8dd3e2628 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