aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/scripts
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2011-03-28 04:29:50 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2011-03-28 04:29:50 +0000
commite45dab861ea573e08b47a7a345c00aea9e3ab3e5 (patch)
treeac0f86b52d36ff97d4e015a8d07d5cd502ae133c /usr.sbin/bsdinstall/scripts
parent5a03845293a84b7057e00a8a3bac62d66d2f6128 (diff)
downloadsrc-e45dab861ea573e08b47a7a345c00aea9e3ab3e5.tar.gz
src-e45dab861ea573e08b47a7a345c00aea9e3ab3e5.zip
Committing while tired is never a good idea. Remove an unconditional error
exit left over from debugging.
Notes
Notes: svn path=/head/; revision=220089
Diffstat (limited to 'usr.sbin/bsdinstall/scripts')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/auto2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto
index 99c20a936c43..ea8dd3e2628a 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