From 91364b58fa5cc224e80209e28e62613ca36dc4a9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Jun 2018 12:16:25 +0200 Subject: Command line interface redesign for bootstrap scripts --- etc/bootstrap/bbot-bootstrap.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/bootstrap/bbot-bootstrap.service') 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 -- cgit v1.1