aboutsummaryrefslogtreecommitdiff
path: root/etc/bootstrap/bbot-bootstrap.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-12-12 15:07:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-12-12 15:07:22 +0200
commitc5650d68785f7e6d5f780273846fe2d51424f550 (patch)
tree8811279f2295b76e8ecdc240cdb6143d1184ef8d /etc/bootstrap/bbot-bootstrap.sh
parent3576347b6852604a04dc08414a7da442cce3b0c5 (diff)
Fix bug bootstrap scripts
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap.sh')
-rwxr-xr-xetc/bootstrap/bbot-bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bootstrap/bbot-bootstrap.sh b/etc/bootstrap/bbot-bootstrap.sh
index df717e8..1505a4b 100755
--- a/etc/bootstrap/bbot-bootstrap.sh
+++ b/etc/bootstrap/bbot-bootstrap.sh
@@ -27,7 +27,7 @@ run ()
diag "+ $@"
"$@"
if test "$?" -ne "0"; then
- exit 1;
+ exit 1
fi
}