aboutsummaryrefslogtreecommitdiff
path: root/etc/bootstrap/bbot-bootstrap-linux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-linux.sh')
-rwxr-xr-xetc/bootstrap/bbot-bootstrap-linux.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-linux.sh b/etc/bootstrap/bbot-bootstrap-linux.sh
index 71a1dda..8037c27 100755
--- a/etc/bootstrap/bbot-bootstrap-linux.sh
+++ b/etc/bootstrap/bbot-bootstrap-linux.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# file : etc/bootstrap/bbot-bootstrap-linux.sh
-# license : TBC; see accompanying LICENSE file
+# license : MIT; see accompanying LICENSE file
if ! jobs="$(nproc)"; then
jobs=1
@@ -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" "$@"