aboutsummaryrefslogtreecommitdiff
path: root/etc/bootstrap/bbot-bootstrap-macos.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-22 12:45:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-22 12:45:50 +0200
commit3ea6e51b28a06ad4c8b70e9f4d206a56e4771027 (patch)
treefa51f54b2ed460b5544ac0153389d1380e991189 /etc/bootstrap/bbot-bootstrap-macos.sh
parent1fc77270c6af777adb80e1df917da7dc36c75d14 (diff)
Rename directory/option environment to environments
To be consistent with machines/ and toolchains/
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-macos.sh')
-rwxr-xr-xetc/bootstrap/bbot-bootstrap-macos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-macos.sh b/etc/bootstrap/bbot-bootstrap-macos.sh
index e0a8ac7..8fee3b9 100755
--- a/etc/bootstrap/bbot-bootstrap-macos.sh
+++ b/etc/bootstrap/bbot-bootstrap-macos.sh
@@ -3,7 +3,7 @@
# open -a Terminal -n -F ~/bbot-bootstrap-macos.sh
if ~/bbot-bootstrap.sh --cxx clang++ --build /tmp \
- --environment "$HOME/environment"; then
+ --environments "$HOME/environments"; then
sleep 2
sudo shutdown -h now
fi