Permalink
Please
sign in to comment.
Browse files
make-single-file-spm: support lines ending in `n` (#1251)
Motivation: make-single-file-spm has a weird bug where it would chop off trailing `n` characters in all lines due to a badly set `IFS` bash variable. Modifications: Set `IFS=""` which is correct. Result: make-single-file-spm will not chop off trailing `n`s.
- Loading branch information
0 comments on commit
9dd9f36