Commit 9ce8e6d
committed
CFE-2949: Use 'awk' instead of 'sed' to save state on upgrade
'sed' doesn't support the '-r' option on old platforms (exotics)
and also its interpretation of regular expressions is a
mystery. 'awk' seems to work much more reliably.1 parent 5f333b0 commit 9ce8e6d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments