aboutsummaryrefslogtreecommitdiff
path: root/etc/bootstrap/bbot-bootstrap.service
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-06-14 12:16:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-06-15 13:46:11 +0200
commit91364b58fa5cc224e80209e28e62613ca36dc4a9 (patch)
tree8b11e1ffca0b25682dfa20da5431c967b3f97175 /etc/bootstrap/bbot-bootstrap.service
parent2068fd01f5acebeea9f0b92fbc43426772b10538 (diff)
Command line interface redesign for bootstrap scripts
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap.service')
-rw-r--r--etc/bootstrap/bbot-bootstrap.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/bootstrap/bbot-bootstrap.service b/etc/bootstrap/bbot-bootstrap.service
index 3e4cba0..6dbf365 100644
--- a/etc/bootstrap/bbot-bootstrap.service
+++ b/etc/bootstrap/bbot-bootstrap.service
@@ -18,9 +18,9 @@ Environment=BUILD=/tmp
Environment=ENVIRONMENTS=/home/build/environments
ExecStart=/usr/local/bin/bbot-bootstrap-linux.sh \
- --cxx ${CXX} \
- --build ${BUILD} \
- --environments ${ENVIRONMENTS}
+--build ${BUILD} \
+--environments ${ENVIRONMENTS} \
+${CXX}
StandardInput=tty-force
StandardOutput=inherit