From 1a795ad9f5b8fe368a1e597c1bfb12fa112d2101 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 7 Apr 2023 11:15:11 +0200 Subject: Add --install option to bbot bootstrap scripts --- etc/bootstrap/bbot-bootstrap-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/bootstrap/bbot-bootstrap-linux.sh') 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" "$@" -- cgit v1.1