Commit 5a03005
committed
Normalize line endings in embedded shell scripts before deploying (#586)
Windows MSI builds embed .sh files with CRLF line endings, which would
break when deployed to the gateway. Normalize to LF in ReadEmbeddedResource
so all deploy paths get Unix line endings automatically.1 parent 2cdaa17 commit 5a03005
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
679 | | - | |
| 679 | + | |
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
| |||
0 commit comments