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-rc-d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/bootstrap/bbot-rc-d') diff --git a/etc/bootstrap/bbot-rc-d b/etc/bootstrap/bbot-rc-d index bbde152..0ae4515 100644 --- a/etc/bootstrap/bbot-rc-d +++ b/etc/bootstrap/bbot-rc-d @@ -13,7 +13,7 @@ bbot_cxx=clang++ bbot_build=/tmp bbot_environments="/home/$bbot_user/environments" -start_cmd="/usr/sbin/daemon -u $bbot_user -t $name $command --cxx $bbot_cxx --build $bbot_build --environments $bbot_environments 2>&1 | /usr/bin/logger -p local1.info" +start_cmd="/usr/sbin/daemon -u $bbot_user -t $name $command --build $bbot_build --environments $bbot_environments $bbot_cxx 2>&1 | /usr/bin/logger -p local1.info" load_rc_config $name run_rc_command "$1" -- cgit v1.1