summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-09-03 01:09:42 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-09-03 01:09:42 +0200
commite3fc803fcc57d9d0a35f3210fda8abc27283794d (patch)
tree53e11f5a4c62f71a3caa1d36767e782e1373864c /scripts
parent3bcab636b4addc4ca6e083334caf68b09e097690 (diff)
downloadgentoo-e3fc803fcc57d9d0a35f3210fda8abc27283794d.tar.gz
gentoo-e3fc803fcc57d9d0a35f3210fda8abc27283794d.tar.bz2
gentoo-e3fc803fcc57d9d0a35f3210fda8abc27283794d.tar.xz
gentoo-e3fc803fcc57d9d0a35f3210fda8abc27283794d.zip
Fix typo
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bootstrap/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap/builder.sh b/scripts/bootstrap/builder.sh
index c16fce1..cccdf55 100644
--- a/scripts/bootstrap/builder.sh
+++ b/scripts/bootstrap/builder.sh
@@ -20,4 +20,4 @@ while [ 1 ]; do
bash /etc/portage/scripts/bootstrap/builder_sleep.sh "$REBUILD_FAILED"
[ -n "$REBUILD_FAILED" ] && bash /etc/portage/scripts/bootstrap/builder_sync.sh
fi
-fi
+done