aboutsummaryrefslogtreecommitdiff
path: root/etc/bootstrap/bbot-bootstrap-linux.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-04-07 11:15:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-04-07 11:37:31 +0200
commit1a795ad9f5b8fe368a1e597c1bfb12fa112d2101 (patch)
tree447fe6ebb8a375cc06e67cff1f85c89b25bdf90c /etc/bootstrap/bbot-bootstrap-linux.sh
parent9ad939e65513fb9d367ba039484febcd63423304 (diff)
Add --install option to bbot bootstrap scripts
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-linux.sh')
-rwxr-xr-xetc/bootstrap/bbot-bootstrap-linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-linux.sh b/etc/bootstrap/bbot-bootstrap-linux.sh
index 4a79227..8037c27 100755
--- a/etc/bootstrap/bbot-bootstrap-linux.sh
+++ b/etc/bootstrap/bbot-bootstrap-linux.sh
@@ -12,7 +12,7 @@ fi
cd /tmp
ulimit -c unlimited
-# Note: bootstrap script options must come before build.sh options/arguments
+# Note: bootstrap script options must come before build.sh options/arguments.
#
"$(dirname "$0")/bbot-bootstrap.sh" --make make --jobs "$jobs" "$@"