Commit 0acccd6
committed
Fix bash printf misreading '---' as option in FIPS log dump
The leading '---' in the second printf format string makes bash bail with
'printf: --: invalid option' (the first call survived because of a leading
newline). Switch to echo, which has no equivalent parsing surprise for
content starting with dashes, and use '==>' markers in the captured log.1 parent 0f4d53b commit 0acccd6
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
| 255 | + | |
255 | 256 | | |
256 | | - | |
| 257 | + | |
| 258 | + | |
257 | 259 | | |
258 | 260 | | |
259 | 261 | | |
| |||
0 commit comments