Commit 8ccc999
Fix a quoting problem related to CCDB remapping
The CCDB remapping arguments appeared sometimes correctly quoted and in some cases not.
This is because the task_finalizer reapplied string construction/quoting which was not generic enough.
This is fixed with this commit.
In addition, we now automatically quote ALIEN_JDL_REMAPPING if needed.
Both versions
```
export ALIEN_JDL_REMAPPING="foo;bar"
```
as well as (quoted)
```
export ALIEN_JDL_REMAPPING='"foo;bar"'
```
will work. It is recommended to just use the former.1 parent aef777f commit 8ccc999
2 files changed
+19
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
164 | 181 | | |
165 | 182 | | |
166 | 183 | | |
| |||
196 | 213 | | |
197 | 214 | | |
198 | 215 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | 216 | | |
206 | 217 | | |
207 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
| |||
0 commit comments