From 3482bd2a1294a6af969c8d7f4da1caa0d4465438 Mon Sep 17 00:00:00 2001 From: Mark Salter Date: Sat, 12 Jan 2013 10:29:14 -0500 Subject: stage1: remove premature exit from stage1 build Signed-off-by: Mark Salter --- stage1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/stage1 b/stage1 index 27e3766..c1993d9 100755 --- a/stage1 +++ b/stage1 @@ -389,8 +389,6 @@ case "$1" in go busybox go util-linux go tar -# only run this far, for now - exit 0 go gzip go bzip2 go diffutils -- cgit