diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-03 00:24:59 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-03 00:24:59 +0300 |
commit | 93c635278af5f1bb4a20cea818bd668b86a89417 (patch) | |
tree | 9b0182be88c142fbf5e82af873698b794f9d3f95 /packages/net-libs | |
parent | cbb1f5e2f47da83209867b6bbfad1841ee70f8a5 (diff) |
bacula-scm added
tox: fixed econf vars
Diffstat (limited to 'packages/net-libs')
-rw-r--r-- | packages/net-libs/tox/tox-scm.exheres-0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/net-libs/tox/tox-scm.exheres-0 b/packages/net-libs/tox/tox-scm.exheres-0 index 17b9162..bd835fc 100644 --- a/packages/net-libs/tox/tox-scm.exheres-0 +++ b/packages/net-libs/tox/tox-scm.exheres-0 @@ -52,7 +52,7 @@ src_configure() { $(option_enable av av ) \ $(option_enable ntox ntox ) \ $(option_enable daemon daemon ) \ - $(myconf) + "${myconf[@]}" } |