]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "factor.sh: Propogated NO_UI=1 flag into the bootstrap via -exclude="ui ui...
authorotoburb <otoburb@gmail.com>
Mon, 4 Apr 2011 13:03:14 +0000 (13:03 +0000)
committerotoburb <otoburb@gmail.com>
Mon, 4 Apr 2011 13:03:14 +0000 (13:03 +0000)
This reverts commit 0d49e736544da6a19e49acfed6a80ac24eafdac0.

build-support/factor.sh

index 35ee32706c29cd17d18d258e447b4e1c67bc4a7e..52a989b78d67ec8d908b7cfeaf69316a6cc6bcd0 100755 (executable)
@@ -493,11 +493,7 @@ copy_fresh_image() {
 }
 
 bootstrap() {
-    if [[ -z $NO_UI ]]; then
-        ./$FACTOR_BINARY -i=$BOOT_IMAGE
-    else
-        ./$FACTOR_BINARY -i=$BOOT_IMAGE -exclude="ui ui.tools"
-    fi
+    ./$FACTOR_BINARY -i=$BOOT_IMAGE
        copy_fresh_image
 }