Commit 787bad2
committed
Replate non-portable
POSIX does not define `-e` as a valid option for echo(1). Rely on
printf(1) instead.
This fix acceptance tests on Ubuntu ARM where echo(1) outputs `-e`
causing an invalid configuration:
```
/home/testuser-ssh/.ssh/config: line 1: Bad configuration option: -e
```echo -e with printf
1 parent f1d9f4d commit 787bad2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| |||
0 commit comments