diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2018-01-11 14:55:01 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-01-11 14:55:01 +0200 |
| commit | c26871361a660109c3cb63d6990a827f79d1c258 (patch) | |
| tree | f36716174adabc47ad6202e0c3dfa5f921b3ba48 /build | |
| parent | 1f67454aaf7fc5892447466a37be826ae4b92d0f (diff) | |
| download | cli-c26871361a660109c3cb63d6990a827f79d1c258.tar.gz cli-c26871361a660109c3cb63d6990a827f79d1c258.tar.xz cli-c26871361a660109c3cb63d6990a827f79d1c258.zip | |
Minor fixes
Diffstat (limited to 'build')
| -rw-r--r-- | build/bootstrap.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 43ca038..611329a 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -7,8 +7,8 @@ project = cli using version # By default leave the cli module unconfigured since we don't want to use some -# system-installed cli. Note that this value will be overridden if set both on -# the command line or in config.build. +# system-installed cli. Note that this value will be overridden if set either +# on the command line or in config.build. # config.cli = false |
